Skip to content

Commit

Permalink
CI: verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
Lecrapouille committed May 7, 2024
1 parent 38e7544 commit 40e1df0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,19 +71,19 @@ jobs:
- name: Compile OpenGlassBox
run: |
make download-external-libs
make compile-external-libs
make -j`nproc --all`
V=1 make compile-external-libs
V=1 make -j`nproc --all`
sudo make install
- name: Do non regression tests
run: |
cd tests
make -j`nproc --all`
V=1 make -j`nproc --all`
./build/OpenGlassBox-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/OpenGlassBox
make -j`nproc --all`
V=1 make -j`nproc --all`
non_regression_macos:
name: Non regression tests on MacOS X
Expand Down

0 comments on commit 40e1df0

Please sign in to comment.