Skip to content

Commit

Permalink
CI: check if the library can be linked against a project
Browse files Browse the repository at this point in the history
  • Loading branch information
Lecrapouille committed Apr 22, 2024
1 parent e56df55 commit 12cb3be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/non_regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
cd tests
make -j`nproc --all`
./build/TimedPetriNetEditor-UnitTest
- name: Check if the library can be linked against a project
run: |
git clone https://github.com/Lecrapouille/LinkAgainstMyLibs.git --recurse-submodules --depth=1
cd LinkAgainstMyLibs/TimedPetriNetEditor
make -j`nproc --all`
./build/TimedPetriNetEditor
non_regression_macos:
name: Non regression tests on MacOS X
Expand Down

0 comments on commit 12cb3be

Please sign in to comment.