Files
reallife-gamemode/.gitlab-ci.yml
2018-12-10 14:29:31 +01:00

17 lines
236 B
YAML

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