mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 04:41:35 +00:00
more .travis.yml cleanup
This commit is contained in:
@@ -57,7 +57,6 @@ jobs:
|
|||||||
arch: arm64
|
arch: arm64
|
||||||
name: "Linux ARM64 Bionic"
|
name: "Linux ARM64 Bionic"
|
||||||
language: shell
|
language: shell
|
||||||
filter_secrets: false
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
@@ -71,7 +70,6 @@ jobs:
|
|||||||
arch: arm64
|
arch: arm64
|
||||||
name: "Linux ARM64 Xenial"
|
name: "Linux ARM64 Xenial"
|
||||||
language: shell
|
language: shell
|
||||||
filter_secrets: false
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
@@ -159,7 +157,6 @@ jobs:
|
|||||||
- os: windows
|
- os: windows
|
||||||
name: "Windows 64-bit"
|
name: "Windows 64-bit"
|
||||||
language: shell
|
language: shell
|
||||||
filter_secrets: false
|
|
||||||
env:
|
env:
|
||||||
- GAMOS=windows
|
- GAMOS=windows
|
||||||
- PLATFORM=x86_64
|
- PLATFORM=x86_64
|
||||||
@@ -167,7 +164,6 @@ jobs:
|
|||||||
- os: windows
|
- os: windows
|
||||||
name: "Windows 32-bit"
|
name: "Windows 32-bit"
|
||||||
language: shell
|
language: shell
|
||||||
filter_secrets: false
|
|
||||||
env:
|
env:
|
||||||
- GAMOS=windows
|
- GAMOS=windows
|
||||||
- PLATFORM=x86
|
- PLATFORM=x86
|
||||||
@@ -292,9 +288,8 @@ deploy:
|
|||||||
file_glob: true
|
file_glob: true
|
||||||
overwrite: true
|
overwrite: true
|
||||||
file: gam-$GAMVERSION-*
|
file: gam-$GAMVERSION-*
|
||||||
skip_cleanup: true
|
cleanup: true
|
||||||
draft: true
|
draft: true
|
||||||
all_branches: true
|
|
||||||
on:
|
on:
|
||||||
repo: jay0lee/GAM
|
repo: jay0lee/GAM
|
||||||
condition: $VMTYPE = build
|
condition: $VMTYPE = build
|
||||||
|
|||||||
Reference in New Issue
Block a user