mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
more travis fixes
This commit is contained in:
3
.github/workflows/pythonpackage.yml
vendored
3
.github/workflows/pythonpackage.yml
vendored
@@ -22,6 +22,9 @@ jobs:
|
|||||||
- name: Run GAM
|
- name: Run GAM
|
||||||
run: |
|
run: |
|
||||||
python src/gam.py version extended
|
python src/gam.py version extended
|
||||||
|
- name: Get Env
|
||||||
|
run: |
|
||||||
|
set
|
||||||
- name: Test Install
|
- name: Test Install
|
||||||
run: |
|
run: |
|
||||||
if [[ $(uname -s) == "Linux" || $(uname -s) == "Darwin" ]]; then bash <(curl -s -S -L https://git.io/install-gam) -l; fi
|
if [[ $(uname -s) == "Linux" || $(uname -s) == "Darwin" ]]; then bash <(curl -s -S -L https://git.io/install-gam) -l; fi
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ matrix:
|
|||||||
name: "Linux ARM64 Bionic"
|
name: "Linux ARM64 Bionic"
|
||||||
language: bash
|
language: bash
|
||||||
filter_secrets: false
|
filter_secrets: false
|
||||||
allow_failures: true
|
cache: true
|
||||||
env:
|
env:
|
||||||
- GAMOS=linux
|
- GAMOS=linux
|
||||||
- PLATFORM=arm64
|
- PLATFORM=arm64
|
||||||
@@ -159,6 +159,9 @@ matrix:
|
|||||||
- PLATFORM=x86
|
- PLATFORM=x86
|
||||||
- VMTYPE=build
|
- VMTYPE=build
|
||||||
|
|
||||||
|
before_cache:
|
||||||
|
- echo "this is before cache"
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- source src/travis/$TRAVIS_OS_NAME-$PLATFORM-before-install.sh
|
- source src/travis/$TRAVIS_OS_NAME-$PLATFORM-before-install.sh
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,6 @@ else
|
|||||||
sudo apt-get -qq --yes build-dep python3 > /dev/null
|
sudo apt-get -qq --yes build-dep python3 > /dev/null
|
||||||
cd ~
|
cd ~
|
||||||
echo "EVERYTHING IN HOME..."
|
echo "EVERYTHING IN HOME..."
|
||||||
ls -alRF
|
|
||||||
cpucount=$(nproc --all)
|
cpucount=$(nproc --all)
|
||||||
echo "This device has $cpucount CPUs for compiling..."
|
echo "This device has $cpucount CPUs for compiling..."
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user