mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
travis
This commit is contained in:
16
.travis.yml
16
.travis.yml
@@ -37,14 +37,14 @@ cache:
|
|||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
# - os: linux
|
- os: linux
|
||||||
# name: "Linux 64-bit Bionic"
|
name: "Linux 64-bit Bionic"
|
||||||
# dist: bionic
|
dist: bionic
|
||||||
# language: bash
|
language: bash
|
||||||
# env:
|
env:
|
||||||
# - GAMOS=linux
|
- GAMOS=linux
|
||||||
# - PLATFORM=x86_64
|
- PLATFORM=x86_64
|
||||||
# - VMTYPE=cache
|
- VMTYPE=build
|
||||||
- os: linux
|
- os: linux
|
||||||
name: "Linux 64-bit Xenial"
|
name: "Linux 64-bit Xenial"
|
||||||
dist: xenial
|
dist: xenial
|
||||||
|
|||||||
@@ -53,11 +53,6 @@ else
|
|||||||
tar xf Python-$BUILD_PYTHON_VERSION.tar.xz
|
tar xf Python-$BUILD_PYTHON_VERSION.tar.xz
|
||||||
fi
|
fi
|
||||||
cd Python-$BUILD_PYTHON_VERSION
|
cd Python-$BUILD_PYTHON_VERSION
|
||||||
#if [[ "$dist" == "bionic" ]]; then
|
|
||||||
# echo "running bionic make clean"
|
|
||||||
# make clean
|
|
||||||
# rm Makefile
|
|
||||||
#fi
|
|
||||||
echo "Compiling Python $BUILD_PYTHON_VERSION..."
|
echo "Compiling Python $BUILD_PYTHON_VERSION..."
|
||||||
safe_flags="--with-openssl=$mypath/ssl --enable-shared --prefix=$mypath/python --with-ensurepip=upgrade"
|
safe_flags="--with-openssl=$mypath/ssl --enable-shared --prefix=$mypath/python --with-ensurepip=upgrade"
|
||||||
unsafe_flags="--enable-optimizations --with-lto"
|
unsafe_flags="--enable-optimizations --with-lto"
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ 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 install python3
|
brew upgrade python
|
||||||
brew ls --verbose openssl@1.1 | grep libssl
|
brew ls --verbose openssl@1.1 | grep libssl
|
||||||
brew ls --verbose python3 | grep lib
|
brew ls --verbose python3 | grep lib
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user