🔧 fix path

pull/2771/head
Niels Lohmann 2021-05-08 20:42:24 +02:00
parent a6e2fd1b15
commit 27a71ccdd8
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69
1 changed files with 3 additions and 1 deletions

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