Files
reallife-gamemode/.gitlab-ci.yml
2018-09-30 01:41:02 +02:00

17 lines
203 B
YAML

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