mirror of
https://gitlab.com/manzerbredes/pgnp.git
synced 2025-04-06 10:06:25 +02:00
Debug CI
This commit is contained in:
parent
81f06cb209
commit
930e5a2529
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@ archlinux:
|
||||||
before_script:
|
before_script:
|
||||||
- pacman -Sy cmake --noconfirm --needed
|
- pacman -Sy cmake --noconfirm --needed
|
||||||
script:
|
script:
|
||||||
- mkdir build && cd build && cmake ../ -DCOMPILE_TESTS:BOOL:ON && make && ctest
|
- mkdir build && cd build && cmake -DCOMPILE_TESTS:BOOL:ON ../ && make && ctest
|
||||||
|
|
Loading…
Add table
Reference in a new issue