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
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- echo "execute cmake"
|
- echo "execute cmake"
|
||||||
- cmake
|
- cmake ..
|
||||||
|
- cmake --build .
|
||||||
- echo "execute make"
|
- echo "execute make"
|
||||||
- make
|
- make
|
||||||
- echo "Compile complete."
|
- echo "Compile complete."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user