1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00
ScreenPlay/.gitlab-ci.yml

21 lines
441 B
YAML
Raw Normal View History

2018-11-08 21:08:33 +01:00
stages:
- build
build:windows:
stage: build
tags:
- vs2017
- windows
before_script:
- git clean -xdf
- git submodule sync --recursive
- git submodule update --init --recursive
script:
2019-07-26 13:23:45 +02:00
- call vcpkg-install-dependencies.bat
2018-11-08 21:08:33 +01:00
- call scripts/build.bat
- call scripts/package.bat
artifacts:
2019-07-29 08:17:30 +02:00
expire_in: '3 weeks'
2018-11-08 21:08:33 +01:00
paths:
2018-11-11 16:19:51 +01:00
- PACKAGE/