gta5view/.drone.yml

37 lines
731 B
YAML
Raw Permalink Normal View History

2020-06-07 20:30:53 +02:00
kind: pipeline
type: docker
environment:
2021-05-27 04:08:37 +02:00
BUILD_TYPE: "REL"
2020-06-07 20:30:53 +02:00
steps:
- name: Windows Installer
2021-02-17 23:16:00 +01:00
image: sypingauto/gta5view-build:1.10-shared
2020-06-07 20:30:53 +02:00
environment:
BUILD_SCRIPT: "wininstall_build.sh"
QT_SELECT: "qt5-x86_64-w64-mingw32"
TCA_PASS:
from_secret: tca_pass
commands:
- .drone/drone.sh
2020-10-11 17:46:45 +02:00
volumes:
- name: gta5view
path: /srv/gta5view
2020-06-07 20:30:53 +02:00
- name: Windows Portable
2021-02-17 23:16:00 +01:00
image: sypingauto/gta5view-build:1.10-static
2020-06-07 20:30:53 +02:00
environment:
BUILD_SCRIPT: "windows_build.sh"
QT_SELECT: "qt5-x86_64-w64-mingw32"
TCA_PASS:
from_secret: tca_pass
commands:
- .drone/drone.sh
2020-10-11 17:46:45 +02:00
volumes:
- name: gta5view
path: /srv/gta5view
volumes:
- name: gta5view
host:
path: /srv/gta5view