mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
set platform/gamos for test
This commit is contained in:
@@ -33,6 +33,8 @@ matrix:
|
|||||||
python:
|
python:
|
||||||
- "3.5"
|
- "3.5"
|
||||||
env:
|
env:
|
||||||
|
- GAMOS=linux
|
||||||
|
- PLATFORM=x86_64
|
||||||
- VMTYPE=test
|
- VMTYPE=test
|
||||||
deploy: {} # skips full deploy steps
|
deploy: {} # skips full deploy steps
|
||||||
- os: linux
|
- os: linux
|
||||||
@@ -42,6 +44,8 @@ matrix:
|
|||||||
python:
|
python:
|
||||||
- "3.6"
|
- "3.6"
|
||||||
env:
|
env:
|
||||||
|
- GAMOS=linux
|
||||||
|
- PLATFORM=x86_64
|
||||||
- VMTYPE=test
|
- VMTYPE=test
|
||||||
deploy: {}
|
deploy: {}
|
||||||
- os: linux
|
- os: linux
|
||||||
@@ -51,6 +55,8 @@ matrix:
|
|||||||
python:
|
python:
|
||||||
- "3.8-dev"
|
- "3.8-dev"
|
||||||
env:
|
env:
|
||||||
|
- GAMOS=linux
|
||||||
|
- PLATFORM=x86_64
|
||||||
- VMTYPE=test
|
- VMTYPE=test
|
||||||
deploy: {}
|
deploy: {}
|
||||||
- os: linux
|
- os: linux
|
||||||
@@ -59,6 +65,8 @@ matrix:
|
|||||||
python:
|
python:
|
||||||
- "nightly"
|
- "nightly"
|
||||||
env:
|
env:
|
||||||
|
- GAMOS=linux
|
||||||
|
- PLATFORM=x86_64
|
||||||
- VMTYPE=test
|
- VMTYPE=test
|
||||||
deploy: {}
|
deploy: {}
|
||||||
- os: osx
|
- os: osx
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
mypath=$HOME
|
mypath=$HOME
|
||||||
whereibelong=$(pwd)
|
whereibelong=$(pwd)
|
||||||
brew install xz
|
echo "Brew installing xz..."
|
||||||
|
brew install xz > /dev/null
|
||||||
|
|
||||||
# Compile latest OpenSSL
|
# Compile latest OpenSSL
|
||||||
OPENSSL_VER=1.1.1b
|
OPENSSL_VER=1.1.1b
|
||||||
|
|||||||
Reference in New Issue
Block a user