gta5view/.gitlab-ci.yml

32 lines
703 B
YAML
Raw Normal View History

2018-06-29 09:36:25 +02:00
stages:
- build
2018-07-27 02:56:22 +02:00
variables:
2021-01-21 18:48:19 +01:00
BUILD_TYPE: "DEV"
2018-06-29 09:36:25 +02:00
2018-07-27 02:56:22 +02:00
Windows Installer:
2018-06-29 09:36:25 +02:00
stage: build
2021-02-17 23:16:00 +01:00
image: sypingauto/gta5view-build:1.10-shared
2018-06-22 20:00:18 +02:00
variables:
2018-07-27 02:56:22 +02:00
BUILD_SCRIPT: "wininstall_build.sh"
QT_SELECT: "qt5-x86_64-w64-mingw32"
2018-06-22 20:00:18 +02:00
script:
- .gitlab/gitlab.sh
artifacts:
2018-07-27 02:56:22 +02:00
name: "gta5view-$CI_COMMIT_REF_NAME-${CI_COMMIT_SHA:0:8}_setup"
2018-06-22 20:00:18 +02:00
paths:
- "gta5view-*.exe"
2018-07-27 02:56:22 +02:00
Windows Portable:
2018-06-29 09:36:25 +02:00
stage: build
2021-02-17 23:16:00 +01:00
image: sypingauto/gta5view-build:1.10-static
2018-06-22 18:03:22 +02:00
variables:
2018-07-27 02:56:22 +02:00
BUILD_SCRIPT: "windows_build.sh"
2018-06-22 18:03:22 +02:00
QT_SELECT: "qt5-x86_64-w64-mingw32"
script:
- .gitlab/gitlab.sh
2018-06-22 18:23:38 +02:00
artifacts:
2018-07-27 02:56:22 +02:00
name: "gta5view-$CI_COMMIT_REF_NAME-${CI_COMMIT_SHA:0:8}_portable"
2018-06-22 18:23:38 +02:00
paths:
- "gta5view-*.exe"