Files
reallife-gamemode/.gitlab-ci.yml
2019-03-12 16:01:46 +01:00

22 lines
402 B
YAML

stages:
- build
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- ReallifeGamemode.Client/node_modules/
before_script:
- "git lfs install"
- "git lfs pull"
build:
stage: build
only:
- develop@log-gtav/reallife-gamemode
script:
- "../gm_database_password.sh"
- "dotnet build -c ServerBuild"
- "cd ReallifeGamemode.Client/"
- "yarn install"
- "yarn run build:server"