mirror of
https://github.com/BlackMATov/kari.hpp.git
synced 2026-01-04 17:20:56 +07:00
CI refactoring
- Travis CI instead CircleCI - Build scripts - Move test sources to root folder - Update Catch
This commit is contained in:
9
scripts/build_debug.sh
Executable file
9
scripts/build_debug.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
BUILD_DIR=`dirname "$BASH_SOURCE"`/../build
|
||||
mkdir -p $BUILD_DIR/debug
|
||||
cd $BUILD_DIR/debug
|
||||
cmake -DCMAKE_BUILD_TYPE=Debug ../..
|
||||
cmake --build . -- -j8
|
||||
ctest --verbose
|
||||
cd ../..
|
||||
Reference in New Issue
Block a user