🔧 build ctest

This commit is contained in:
Niels Lohmann
2021-05-09 11:07:57 +02:00
parent 9ec8f4efa8
commit f3193e1e94

View File

@@ -12,7 +12,7 @@ steps:
- tar xfz cmake-3.20.2.tar.gz
- cd cmake-3.20.2
- ./configure
- make cmake -j10
- make cmake ctest -j10
- cd ..
- mkdir build
- cd build