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:
|
||||
- mkdir build && cd build
|
||||
- apt -y install libcrypto++-dev
|
||||
- cmake ..
|
||||
- cmake -DCMAKE_BUILD_TYPE=Debug ..
|
||||
- make
|
||||
- cd test
|
||||
- make
|
||||
|
|
Loading…
Reference in New Issue