more travis

This commit is contained in:
Jay Lee
2020-02-07 15:01:10 -05:00
parent 86d478f25c
commit b52ea80ab8

View File

@@ -1,4 +1,6 @@
if: tag IS blank if: tag IS blank
os: linux
language: python
env: env:
global: global:
@@ -34,7 +36,6 @@ cache:
- $HOME/ssl - $HOME/ssl
jobs: jobs:
fast_finish: true
include: include:
- os: linux - os: linux
name: "Linux 64-bit Bionic" name: "Linux 64-bit Bionic"
@@ -57,10 +58,6 @@ jobs:
arch: arm64 arch: arm64
name: "Linux ARM64 Bionic" name: "Linux ARM64 Bionic"
language: shell language: shell
addons:
apt:
packages:
- ruby
env: env:
- GAMOS=linux - GAMOS=linux
- PLATFORM=arm64 - PLATFORM=arm64
@@ -70,10 +67,6 @@ jobs:
arch: arm64 arch: arm64
name: "Linux ARM64 Xenial" name: "Linux ARM64 Xenial"
language: shell language: shell
addons:
apt:
packages:
- ruby
env: env:
- GAMOS=linux - GAMOS=linux
- PLATFORM=arm64 - PLATFORM=arm64
@@ -169,9 +162,6 @@ jobs:
- PLATFORM=x86 - PLATFORM=x86
- VMTYPE=build - VMTYPE=build
before_cache:
- echo "this is before cache"
before_install: before_install:
- source src/travis/$TRAVIS_OS_NAME-$PLATFORM-before-install.sh - source src/travis/$TRAVIS_OS_NAME-$PLATFORM-before-install.sh
@@ -288,7 +278,7 @@ deploy:
file_glob: true file_glob: true
overwrite: true overwrite: true
file: gam-$GAMVERSION-* file: gam-$GAMVERSION-*
cleanup: true cleanup: false
draft: true draft: true
on: on:
repo: jay0lee/GAM repo: jay0lee/GAM