Update .gitlab-ci.yml

This commit is contained in:
Bret Curtis 2018-06-12 08:05:30 +00:00
parent 7502a7dc4d
commit 04dc74a1d6

View File

@ -8,7 +8,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:
- apt update && apt -y install build-essential cmake git # - apt update && apt -y install make autoconf
script: script:
- whois - whois
# artifacts: # artifacts: