mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
more travis
This commit is contained in:
80
.travis.yml
80
.travis.yml
@@ -69,46 +69,46 @@ matrix:
|
|||||||
- GAMOS=linux
|
- GAMOS=linux
|
||||||
- PLATFORM=x86_64
|
- PLATFORM=x86_64
|
||||||
- VMTYPE=build
|
- VMTYPE=build
|
||||||
- os: linux
|
# - os: linux
|
||||||
name: "Linux 64-bit - Python 3.5 Source Testing"
|
# name: "Linux 64-bit - Python 3.5 Source Testing"
|
||||||
dist: xenial
|
# dist: xenial
|
||||||
language: python
|
# language: python
|
||||||
python:
|
# python:
|
||||||
- "3.5"
|
# - "3.5"
|
||||||
env:
|
# env:
|
||||||
- GAMOS=linux
|
# - GAMOS=linux
|
||||||
- PLATFORM=x86_64
|
# - PLATFORM=x86_64
|
||||||
- VMTYPE=test
|
# - VMTYPE=test
|
||||||
- os: linux
|
# - os: linux
|
||||||
name: "Linux 64-bit - Python 3.6 Source Testing"
|
# name: "Linux 64-bit - Python 3.6 Source Testing"
|
||||||
dist: bionic
|
# dist: bionic
|
||||||
language: python
|
# language: python
|
||||||
python:
|
# python:
|
||||||
- "3.6"
|
# - "3.6"
|
||||||
env:
|
# env:
|
||||||
- GAMOS=linux
|
# - GAMOS=linux
|
||||||
- PLATFORM=x86_64
|
# - PLATFORM=x86_64
|
||||||
- VMTYPE=test
|
# - VMTYPE=test
|
||||||
- os: linux
|
# - os: linux
|
||||||
name: "Linux 64-bit - Python 3.8-dev Source Testing"
|
# name: "Linux 64-bit - Python 3.8-dev Source Testing"
|
||||||
dist: bionic
|
# dist: bionic
|
||||||
language: python
|
# language: python
|
||||||
python:
|
# python:
|
||||||
- "3.8-dev"
|
# - "3.8-dev"
|
||||||
env:
|
# env:
|
||||||
- GAMOS=linux
|
# - GAMOS=linux
|
||||||
- PLATFORM=x86_64
|
# - PLATFORM=x86_64
|
||||||
- VMTYPE=test
|
# - VMTYPE=test
|
||||||
- os: linux
|
# - os: linux
|
||||||
name: "Linux 64-bit - Python nightly Source Testing"
|
# name: "Linux 64-bit - Python nightly Source Testing"
|
||||||
dist: bionic
|
# dist: bionic
|
||||||
language: python
|
# language: python
|
||||||
python:
|
# python:
|
||||||
- "nightly"
|
# - "nightly"
|
||||||
env:
|
# env:
|
||||||
- GAMOS=linux
|
# - GAMOS=linux
|
||||||
- PLATFORM=x86_64
|
# - PLATFORM=x86_64
|
||||||
- VMTYPE=test
|
# - VMTYPE=test
|
||||||
- os: osx
|
- os: osx
|
||||||
name: "MacOS 10.10"
|
name: "MacOS 10.10"
|
||||||
language: generic
|
language: generic
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ whereibelong=$(pwd)
|
|||||||
#echo "Brew installing xz..."
|
#echo "Brew installing xz..."
|
||||||
#brew install xz > /dev/null
|
#brew install xz > /dev/null
|
||||||
|
|
||||||
#brew upgrade
|
brew upgrade
|
||||||
|
|
||||||
cd ~/pybuild
|
cd ~/pybuild
|
||||||
|
|
||||||
@@ -13,8 +13,10 @@ cd ~/pybuild
|
|||||||
#sudo installer -pkg python-$BUILD_PYTHON_VERSION-macosx10.9.pkg -target /
|
#sudo installer -pkg python-$BUILD_PYTHON_VERSION-macosx10.9.pkg -target /
|
||||||
|
|
||||||
brew install openssl@1.1
|
brew install openssl@1.1
|
||||||
brew link openssl --force
|
brew install python
|
||||||
brew install python --with-brewed-openssl
|
brew ls --verbose openssl@1.1
|
||||||
|
brew ls --verbose python
|
||||||
|
|
||||||
export python=python3
|
export python=python3
|
||||||
export pip=pip3
|
export pip=pip3
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user