1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-30 22:45:34 +00:00

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,12 +8,12 @@ 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:
# paths: # paths:
# - mybinary # - mybinary
# depending on your build setup it's most likely a good idea to cache outputs to reduce the build time # depending on your build setup it's most likely a good idea to cache outputs to reduce the build time
# cache: # cache:
# paths: # paths: