Files
reallife-gamemode/.gitlab-ci.yml
2018-10-02 22:54:57 +02:00

14 lines
157 B
YAML

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