Update .gitlab-ci.yml file
This commit is contained in:
parent
0bcfd02974
commit
5ef5862219
@ -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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user