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

20 lines
393 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 scripts/build.bat
- call scripts/package.bat
artifacts:
expire_in: '2 hrs'
paths:
- PACKAGE/