1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2025-01-03 10:06:01 +01:00

remove --enable-maintainer-mode from GH actions

This commit is contained in:
Anthony Scemama 2021-11-01 10:20:03 +01:00
parent 3154e01021
commit 12a2827739

View File

@ -23,7 +23,7 @@ jobs:
- name: configure with autotools - name: configure with autotools
run: | run: |
./autogen.sh ./autogen.sh
./configure --enable-maintainer-mode --enable-silent-rules ./configure --enable-silent-rules
- name: compile TREXIO - name: compile TREXIO
run: make -j 2 run: make -j 2
@ -63,7 +63,7 @@ jobs:
- name: configure with autotools - name: configure with autotools
run: | run: |
./autogen.sh ./autogen.sh
./configure FC=gfortran-10 --enable-silent-rules --enable-maintainer-mode ./configure FC=gfortran-10 --enable-silent-rules
- name: compile TREXIO - name: compile TREXIO
run: make -j 2 run: make -j 2