Skip to content

Commit d806222

Browse files
committed
GitHub Actions CI: Remove extra configure calls
./autogen.sh already runs configure, passing the arguments. This is why the builds didn't fail when there were compiler errors.
1 parent 1749811 commit d806222

8 files changed

+0
-8
lines changed

.github/workflows/autotools-clang-5.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
sudo apt install mm-common clang-5.0
1616
export CXX=clang++-5.0
1717
./autogen.sh --enable-warnings=fatal
18-
./configure
1918
make
2019
- name: Test
2120
run: make check

.github/workflows/autotools-clang-6.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
sudo apt install mm-common clang-6.0
1616
export CXX=clang++-6.0
1717
./autogen.sh --enable-warnings=fatal
18-
./configure
1918
make
2019
- name: Test
2120
run: make check

.github/workflows/autotools-clang-7.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
sudo apt install mm-common clang-7
1616
export CXX=clang++-7
1717
./autogen.sh --enable-warnings=fatal
18-
./configure
1918
make
2019
- name: Test
2120
run: make check

.github/workflows/autotools-clang-8.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
sudo apt install mm-common clang-8
1616
export CXX=clang++-8
1717
./autogen.sh --enable-warnings=fatal
18-
./configure
1918
make
2019
- name: Test
2120
run: make check

.github/workflows/autotools-clang-9.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
apt install mm-common clang-9 --yes
1717
export CXX=clang++-9
1818
./autogen.sh --enable-warnings=fatal
19-
./configure
2019
make
2120
- name: Test
2221
run: make check

.github/workflows/autotools-gcc-7.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
sudo apt install mm-common g++-7
1616
export CXX=g++-7
1717
./autogen.sh --enable-warnings=fatal
18-
./configure
1918
make
2019
- name: Test
2120
run: make check

.github/workflows/autotools-gcc-8.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
sudo apt install mm-common g++-8
1616
export CXX=g++-8
1717
./autogen.sh --enable-warnings=fatal
18-
./configure
1918
make
2019
- name: Test
2120
run: make check

.github/workflows/autotools-gcc-9.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
sudo apt install mm-common g++-9
1717
export CXX=g++-9
1818
./autogen.sh --enable-warnings=fatal
19-
./configure
2019
make
2120
- name: Test
2221
run: make check

0 commit comments

Comments
 (0)