Update .gitlab-ci.yml file
This commit is contained in:
parent
929b65c156
commit
3b3bfa071d
1 changed files with 1 additions and 3 deletions
|
|
@ -14,9 +14,7 @@ build_job:
|
|||
image: gcc:latest
|
||||
script:
|
||||
- apt-get update -y
|
||||
- apt-get install -y cmake
|
||||
- apt clean
|
||||
- apt-get install -y libboost-all-dev
|
||||
- apt-get install -y --no-install-recommends cmake libboost-all-dev
|
||||
- mkdir -p ${BUILD_DIR}
|
||||
- cd ${BUILD_DIR}
|
||||
- cmake .. ${CMAKE_OPTIONS}
|
||||
|
|
|
|||
Reference in a new issue