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
# instead of calling g++ directly you can also use some build toolkit like make
# install the necessary build tools when needed
# before_script:
# - sudo apt update && apt -y install wget
before_script:
- sudo apt update && apt -y install libasio-dev
script:
- mkdir build && cd build
- cmake ..