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

17 lines
209 B
YAML

stages:
- build
before_script:
- "../gm_database_password.sh"
- "dotnet restore"
variables:
GIT_STRATEGY: clone
build:
stage: build
only:
- develop
script:
- "dotnet build -c ServerBuild"