Files
reallife-gamemode/.gitlab-ci.yml
2018-12-09 14:13:52 +01:00

15 lines
194 B
YAML

stages:
- build
before_script:
- "../gm_database_password.sh"
- "dotnet restore"
build:
stage: build
only:
- develop
script:
- "git lfs pull"
- "dotnet build -c ServerBuild"