1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-02 16:49:47 +02:00
ScreenPlay/.gitlab-ci.yml
Elias Steurer (Kelteseth) 3e6ee76a4f Update .gitlab-ci.yml
2019-07-29 06:17:30 +00:00

21 lines
441 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: '3 weeks'
paths:
- PACKAGE/