mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-05 18:42:29 +01:00
20 lines
393 B
YAML
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/
|