mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 04:41:35 +00:00
more travis
This commit is contained in:
16
.travis.yml
16
.travis.yml
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user