Skip to content

Commit 61921ab

Browse files
committed
ci.yml: add a second config to Ubuntu variations
As each config option should build, test at least none and all config. Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent 0de6e23 commit 61921ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
arch: [x64_64, aarch64, ppc64le]
17+
config: [--disable-all, --enable-all]
1718
steps:
1819
- uses: actions/checkout@v2
1920
- name: prepare
@@ -23,7 +24,7 @@ jobs:
2324
- name: build
2425
run: |
2526
autoreconf -vfi
26-
./configure --enable-all
27+
./configure ${{ matrix.config }}
2728
make
2829
sudo make install
2930

0 commit comments

Comments
 (0)