Files
reallife-gamemode/.gitlab-ci.yml
2018-11-04 16:08:51 +01:00

14 lines
172 B
YAML

stages:
- build
before_script:
- "../database_password.sh"
- "dotnet restore"
build:
stage: build
only:
- develop
script:
- "dotnet build -c ServerBuild"