mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
deploy on build VMTYPE
This commit is contained in:
20
.travis.yml
20
.travis.yml
@@ -36,7 +36,6 @@ matrix:
|
|||||||
- GAMOS=linux
|
- GAMOS=linux
|
||||||
- PLATFORM=x86_64
|
- PLATFORM=x86_64
|
||||||
- VMTYPE=test
|
- VMTYPE=test
|
||||||
deploy: {} # skips full deploy steps
|
|
||||||
- os: linux
|
- os: linux
|
||||||
name: "Linux 64-bit Xenial - Python 3.6 Source Testing"
|
name: "Linux 64-bit Xenial - Python 3.6 Source Testing"
|
||||||
dist: xenial
|
dist: xenial
|
||||||
@@ -47,18 +46,6 @@ matrix:
|
|||||||
- GAMOS=linux
|
- GAMOS=linux
|
||||||
- PLATFORM=x86_64
|
- PLATFORM=x86_64
|
||||||
- VMTYPE=test
|
- VMTYPE=test
|
||||||
deploy: {}
|
|
||||||
- os: linux
|
|
||||||
name: "Linux 64-bit Xenial - Python 3.8-dev Source Testing"
|
|
||||||
dist: xenial
|
|
||||||
language: python
|
|
||||||
python:
|
|
||||||
- "3.8-dev"
|
|
||||||
env:
|
|
||||||
- GAMOS=linux
|
|
||||||
- PLATFORM=x86_64
|
|
||||||
- VMTYPE=test
|
|
||||||
deploy: {}
|
|
||||||
- os: linux
|
- os: linux
|
||||||
name: "Linux 64-bit Xenial - Python nightly Source Testing"
|
name: "Linux 64-bit Xenial - Python nightly Source Testing"
|
||||||
dist: xenial
|
dist: xenial
|
||||||
@@ -68,7 +55,6 @@ matrix:
|
|||||||
- GAMOS=linux
|
- GAMOS=linux
|
||||||
- PLATFORM=x86_64
|
- PLATFORM=x86_64
|
||||||
- VMTYPE=test
|
- VMTYPE=test
|
||||||
deploy: {}
|
|
||||||
- os: osx
|
- os: osx
|
||||||
name: "MacOS 64-bit"
|
name: "MacOS 64-bit"
|
||||||
language: generic
|
language: generic
|
||||||
@@ -76,18 +62,21 @@ matrix:
|
|||||||
env:
|
env:
|
||||||
- GAMOS=macos
|
- GAMOS=macos
|
||||||
- PLATFORM=x86_64
|
- PLATFORM=x86_64
|
||||||
|
- VMTYPE=build
|
||||||
- os: windows
|
- os: windows
|
||||||
name: "Windows 64-bit"
|
name: "Windows 64-bit"
|
||||||
language: shell
|
language: shell
|
||||||
env:
|
env:
|
||||||
- GAMOS=windows
|
- GAMOS=windows
|
||||||
PLATFORM=x86_64
|
- PLATFORM=x86_64
|
||||||
|
- VMTYPE=build
|
||||||
- os: windows
|
- os: windows
|
||||||
name: "Windows 32-bit"
|
name: "Windows 32-bit"
|
||||||
language: shell
|
language: shell
|
||||||
env:
|
env:
|
||||||
- GAMOS=windows
|
- GAMOS=windows
|
||||||
- PLATFORM=x86
|
- PLATFORM=x86
|
||||||
|
- VMTYPE=build
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- source src/travis/$TRAVIS_OS_NAME-$PLATFORM-before-install.sh
|
- source src/travis/$TRAVIS_OS_NAME-$PLATFORM-before-install.sh
|
||||||
@@ -116,3 +105,4 @@ deploy:
|
|||||||
all_branches: true
|
all_branches: true
|
||||||
on:
|
on:
|
||||||
repo: jay0lee/GAM
|
repo: jay0lee/GAM
|
||||||
|
condition: $VMTYPE = build
|
||||||
|
|||||||
Reference in New Issue
Block a user