multiplex: Run GitLab CI tests in debug mode
This commit is contained in:
parent
9aff1175d9
commit
19bd862d2a
|
@ -29,7 +29,7 @@ tests_with_crypto:
|
||||||
script:
|
script:
|
||||||
- mkdir build && cd build
|
- mkdir build && cd build
|
||||||
- apt -y install libcrypto++-dev
|
- apt -y install libcrypto++-dev
|
||||||
- cmake ..
|
- cmake -DCMAKE_BUILD_TYPE=Debug ..
|
||||||
- make
|
- make
|
||||||
- cd test
|
- cd test
|
||||||
- make
|
- make
|
||||||
|
|
Loading…
Reference in New Issue