Files
reallife-gamemode/.gitlab-ci.yml
2018-12-16 21:09:39 +01:00

19 lines
283 B
YAML

stages:
- build
before_script:
- "dotnet restore"
- "git lfs install"
- "git lfs pull"
variables:
GIT_STRATEGY: clone
build:
stage: build
only:
- develop@log-gtav/reallife-gamemode
script:
- "../gm_database_password.sh"
- "dotnet build -c ServerBuild"