more travis fixes

This commit is contained in:
Jay Lee
2019-10-14 16:14:25 -04:00
parent ac3c156a0b
commit 0d3bfacc84
3 changed files with 7 additions and 2 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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..."