travis: Update build environment
Use Bionic-based Linux image. Use default autotools installations now that they are new enough.
Esse commit está contido em:
+2
-2
@@ -5,6 +5,8 @@ os:
|
|||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
|
||||||
|
dist: bionic
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- DEVICE=ch3:nemesis
|
- DEVICE=ch3:nemesis
|
||||||
- DEVICE=ch3:sock
|
- DEVICE=ch3:sock
|
||||||
@@ -23,8 +25,6 @@ addons:
|
|||||||
packages: gfortran libnuma-dev
|
packages: gfortran libnuma-dev
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- MPICH_DEPS_PREFIX=$HOME/autotools ./maint/bootstrap.sh
|
|
||||||
- export PATH=$HOME/autotools/bin:$PATH
|
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then MPICH_FORTRAN=--disable-fortran; fi
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then MPICH_FORTRAN=--disable-fortran; fi
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Referência em uma Nova Issue
Bloquear um usuário