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

16 lines
253 B
YAML

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