mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 16:45:33 +00:00
Update .gitlab-ci.yml
This commit is contained in:
parent
7502a7dc4d
commit
04dc74a1d6
1 changed files with 4 additions and 4 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue