Update .gitlab-ci.yml

This commit is contained in:
Ruixiang Du
2020-08-15 10:59:22 +00:00
parent a3307a2097
commit 7f16841bc2

View File

@@ -5,7 +5,7 @@ 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 libasio-dev - apt update && apt -y install libasio-dev
script: script:
- mkdir build && cd build - mkdir build && cd build
- cmake .. - cmake ..