🔧 fix path

This commit is contained in:
Niels Lohmann
2021-05-08 20:42:24 +02:00
parent a6e2fd1b15
commit 27a71ccdd8

View File

@@ -17,4 +17,6 @@ steps:
- mkdir build
- cd build
- ../cmake-3.20.2/bin/cmake ..
- cmake --build .
- make -j10
- cd test
- ctest -j10