You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gta5view/.gitlab-ci.yml

32 lines
703 B

stages:
- build
5 years ago
variables:
BUILD_TYPE: "REL"
5 years ago
Windows Installer:
stage: build
image: sypingauto/gta5view-build:1.10-shared
variables:
5 years ago
BUILD_SCRIPT: "wininstall_build.sh"
QT_SELECT: "qt5-x86_64-w64-mingw32"
script:
- .gitlab/gitlab.sh
artifacts:
5 years ago
name: "gta5view-$CI_COMMIT_REF_NAME-${CI_COMMIT_SHA:0:8}_setup"
paths:
- "gta5view-*.exe"
5 years ago
Windows Portable:
stage: build
image: sypingauto/gta5view-build:1.10-static
variables:
5 years ago
BUILD_SCRIPT: "windows_build.sh"
QT_SELECT: "qt5-x86_64-w64-mingw32"
script:
- .gitlab/gitlab.sh
artifacts:
5 years ago
name: "gta5view-$CI_COMMIT_REF_NAME-${CI_COMMIT_SHA:0:8}_portable"
paths:
- "gta5view-*.exe"