gta5view/.gitlab-ci.yml

25 lines
501 B
YAML
Raw Normal View History

2018-06-22 18:08:09 +02:00
image: syping/qt5-static-mingw:5.9.6
2018-06-22 18:03:22 +02:00
2018-06-22 19:00:36 +02:00
win32:
2018-06-22 18:23:38 +02:00
variables:
BUILD_SCRIPT: "windows_build.sh"
QT_SELECT: "qt5-i686-w64-mingw32"
script:
- .gitlab/gitlab.sh
artifacts:
2018-06-22 19:00:36 +02:00
name: "gta5view-$CI_COMMIT_REF_NAME-win32"
2018-06-22 18:23:38 +02:00
paths:
- assets/
2018-06-22 19:00:36 +02:00
win64:
2018-06-22 18:03:22 +02:00
variables:
BUILD_SCRIPT: "windows_build.sh"
QT_SELECT: "qt5-x86_64-w64-mingw32"
EXECUTABLE_ARCH: "_x64"
script:
- .gitlab/gitlab.sh
2018-06-22 18:23:38 +02:00
artifacts:
2018-06-22 19:00:36 +02:00
name: "gta5view-$CI_COMMIT_REF_NAME-win64"
2018-06-22 18:23:38 +02:00
paths:
- assets/