gta5view/.gitlab-ci.yml

24 lines
497 B
YAML
Raw Normal View History

2018-06-24 02:25:34 +02:00
debian:
image: debian:stretch
2018-06-22 20:00:18 +02:00
variables:
BUILD_SCRIPT: "debian_ci.sh"
APT_INSTALL: "clang"
script:
- .gitlab/gitlab.sh
artifacts:
2018-06-24 02:25:34 +02:00
name: "gta5view-$CI_COMMIT_REF_NAME-debian"
2018-06-22 20:00:18 +02:00
paths:
- assets/*.deb
2018-06-24 02:25:34 +02:00
windows:
2018-06-22 20:00:18 +02:00
image: syping/qt5-static-mingw:5.9.6
2018-06-22 18:03:22 +02:00
variables:
BUILD_SCRIPT: "windows_build.sh"
QT_SELECT: "qt5-x86_64-w64-mingw32"
script:
- .gitlab/gitlab.sh
2018-06-22 18:23:38 +02:00
artifacts:
2018-06-24 02:25:34 +02:00
name: "gta5view-$CI_COMMIT_REF_NAME-windows"
2018-06-22 18:23:38 +02:00
paths:
2018-06-22 20:00:18 +02:00
- assets/*.exe