Open Source Snapmatic and Savegame viewer/editor for GTA V
https://gta5view.syping.de/
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.
36 lines
731 B
36 lines
731 B
kind: pipeline
|
|
type: docker
|
|
|
|
environment:
|
|
BUILD_TYPE: "REL"
|
|
|
|
steps:
|
|
- name: Windows Installer
|
|
image: sypingauto/gta5view-build:1.10-shared
|
|
environment:
|
|
BUILD_SCRIPT: "wininstall_build.sh"
|
|
QT_SELECT: "qt5-x86_64-w64-mingw32"
|
|
TCA_PASS:
|
|
from_secret: tca_pass
|
|
commands:
|
|
- .drone/drone.sh
|
|
volumes:
|
|
- name: gta5view
|
|
path: /srv/gta5view
|
|
- name: Windows Portable
|
|
image: sypingauto/gta5view-build:1.10-static
|
|
environment:
|
|
BUILD_SCRIPT: "windows_build.sh"
|
|
QT_SELECT: "qt5-x86_64-w64-mingw32"
|
|
TCA_PASS:
|
|
from_secret: tca_pass
|
|
commands:
|
|
- .drone/drone.sh
|
|
volumes:
|
|
- name: gta5view
|
|
path: /srv/gta5view
|
|
|
|
volumes:
|
|
- name: gta5view
|
|
host:
|
|
path: /srv/gta5view
|
|
|