[CI] Always test from clean
This commit is contained in:
parent
4088db2cf2
commit
5efdfb342a
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
|||
set -e
|
||||
|
||||
# build the test binary
|
||||
mkdir -p build
|
||||
rm -rf build
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -G "CodeBlocks - Unix Makefiles" ..
|
||||
make -j4
|
||||
|
|
Loading…
Add table
Reference in a new issue