Skip to content

Commit

Permalink
CI hacking...
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurence Lundblade committed Feb 22, 2024
1 parent 5375e6b commit 0c9db48
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ jobs:

config:
- os-image: ubuntu-latest
container: ubuntu:20.04
disable: ''

- os-image: ubuntu-latest
container: ubuntu:22.04
disable: -DQCBOR_DISABLE_TAGS

name: ${{ matrix.c-compiler }} • ${{ matrix.config.container }}
name: ${{ matrix.config.disable }} ${{ matrix.c-compiler }} • ${{ matrix.config.container }}

runs-on: ${{ matrix.config.os-image }}
container: ${{ matrix.config.container }}
Expand All @@ -36,7 +37,7 @@ jobs:
- name: Build QCBOR
run: |
set -ex
make
make ${{ matrix.config.disable }}
- name: Run tests
run: ./qcbortest

0 comments on commit 0c9db48

Please sign in to comment.