Files
reallife-gamemode/.gitlab-ci.yml
2019-03-05 21:54:46 +01:00

18 lines
282 B
YAML

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