Update .gitlab-ci.yml

This commit is contained in:
Ruixiang Du
2020-08-15 10:58:10 +00:00
parent 79db3cad61
commit a3307a2097

View File

@@ -4,8 +4,8 @@ build:
stage: build stage: build
# instead of calling g++ directly you can also use some build toolkit like make # instead of calling g++ directly you can also use some build toolkit like make
# install the necessary build tools when needed # install the necessary build tools when needed
# before_script: before_script:
# - sudo apt update && apt -y install wget - sudo apt update && apt -y install libasio-dev
script: script:
- mkdir build && cd build - mkdir build && cd build
- cmake .. - cmake ..