Skip to content

Commit

Permalink
ci: tests are not compiling on focal
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Collins <[email protected]>
  • Loading branch information
benmcollins committed Dec 24, 2024
1 parent 41efbf5 commit af5bcdb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ jobs:
dist: focal
script:
- ../configure
- make check
- make
- rm -rf *
- cmake ..
- make

- name: "CMake Build"
dist: jammy
Expand Down

0 comments on commit af5bcdb

Please sign in to comment.