Update .gitlab-ci.yml file

This commit is contained in:
Administrator 2022-01-23 14:45:37 +00:00
parent bcf0e83526
commit 4c6ea69d34

View File

@ -32,8 +32,6 @@ build-job: # This job runs in the build stage, which runs first.
- echo "execute cmake"
- cmake ..
- cmake --build .
- echo "execute make"
- make
- echo "Compile complete."
- ls -la
- echo "build files listed."