gta5view/.gitlab-ci.yml

24 lines
570 B
YAML
Raw Normal View History

Windows Portable:
image: syping/qt5-static-mingw:5.9.6
2018-06-22 20:00:18 +02:00
variables:
BUILD_SCRIPT: "windows_build.sh"
QT_SELECT: "qt5-x86_64-w64-mingw32"
2018-06-22 20:00:18 +02:00
script:
- .gitlab/gitlab.sh
artifacts:
2018-06-29 09:27:54 +02:00
name: "gta5view-${CI_COMMIT_SHA:0:8}_portable"
2018-06-22 20:00:18 +02:00
paths:
- "gta5view-*.exe"
Windows Installer:
image: syping/qt5-shared-mingw:5.9.6
2018-06-22 18:03:22 +02:00
variables:
BUILD_SCRIPT: "wininstall_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-06-29 09:27:54 +02:00
name: "gta5view-${CI_COMMIT_SHA:0:8}_setup"
2018-06-22 18:23:38 +02:00
paths:
- "gta5view-*.exe"