1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 08:22:33 +02:00
ScreenPlay/.gitlab-ci.yml
2019-07-26 13:23:45 +02:00

21 lines
439 B
YAML

stages:
- build
build:windows:
stage: build
tags:
- vs2017
- windows
before_script:
- git clean -xdf
- git submodule sync --recursive
- git submodule update --init --recursive
script:
- call vcpkg-install-dependencies.bat
- call scripts/build.bat
- call scripts/package.bat
artifacts:
expire_in: '2 hrs'
paths:
- PACKAGE/