1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-04-07 17:32:45 -04:00

Main: fix CI

This commit is contained in:
Alex Kotov 2022-06-14 16:14:08 +03:00
parent 7da885e370
commit ee393292d6
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -33,18 +33,18 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
pkg:
- main: 'all'
- main: 'file'
- main: 'ntoa'
other: '--without-printf --without-units'
- main: 'printf'
packages:
- without: 'all'
- without: 'io'
- without: 'ntoa'
dependencies: '--without-printf --without-units'
- without: 'printf'
steps:
- uses: actions/checkout@v2
- name: autogen
run: ./autogen.sh
- name: configure
run: ./configure --enable-debug --enable-tests --enable-tests-python --without-${{matrix.pkg.main}} ${{matrix.pkg.other}}
run: ./configure --enable-debug --enable-tests --enable-tests-python --without-${{matrix.packages.without}} ${{matrix.packages.dependencies}}
- name: make
run: make
- name: check