Update .gitlab-ci.yml file

This commit is contained in:
Administrator 2022-01-23 14:42:28 +00:00
parent 0bcfd02974
commit 5ef5862219

View File

@ -30,7 +30,8 @@ build-job: # This job runs in the build stage, which runs first.
- mkdir build
- cd build
- echo "execute cmake"
- cmake
- cmake ..
- cmake --build .
- echo "execute make"
- make
- echo "Compile complete."