set platform/gamos for test

This commit is contained in:
Jay Lee
2019-05-06 10:37:49 -04:00
parent 843c5f0687
commit 19196a2ee4
2 changed files with 10 additions and 1 deletions

View File

@@ -33,6 +33,8 @@ matrix:
python:
- "3.5"
env:
- GAMOS=linux
- PLATFORM=x86_64
- VMTYPE=test
deploy: {} # skips full deploy steps
- os: linux
@@ -42,6 +44,8 @@ matrix:
python:
- "3.6"
env:
- GAMOS=linux
- PLATFORM=x86_64
- VMTYPE=test
deploy: {}
- os: linux
@@ -51,6 +55,8 @@ matrix:
python:
- "3.8-dev"
env:
- GAMOS=linux
- PLATFORM=x86_64
- VMTYPE=test
deploy: {}
- os: linux
@@ -59,6 +65,8 @@ matrix:
python:
- "nightly"
env:
- GAMOS=linux
- PLATFORM=x86_64
- VMTYPE=test
deploy: {}
- os: osx

View File

@@ -1,6 +1,7 @@
mypath=$HOME
whereibelong=$(pwd)
brew install xz
echo "Brew installing xz..."
brew install xz > /dev/null
# Compile latest OpenSSL
OPENSSL_VER=1.1.1b