mirror of
https://github.com/BlackMATov/invoke.hpp.git
synced 2025-12-16 16:17:07 +07:00
update CI scripts
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
BUILD_DIR=`dirname "$BASH_SOURCE"`/../build
|
||||
mkdir -p $BUILD_DIR/debug
|
||||
cd $BUILD_DIR/debug
|
||||
mkdir -p $BUILD_DIR/Debug
|
||||
pushd $BUILD_DIR/Debug
|
||||
cmake -DCMAKE_BUILD_TYPE=Debug ../..
|
||||
cmake --build . -- -j8
|
||||
cmake --build .
|
||||
ctest --verbose
|
||||
cd ../..
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user