We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e05af65 commit 2ae8785Copy full SHA for 2ae8785
.travis.yml
@@ -104,6 +104,23 @@ matrix:
104
# for matrix annotation only
105
- TARGET_BOX=PPC64LE_LINUX_P9
106
107
+ - os: linux
108
+ arch: ppc64le
109
+ dist: bionic
110
+ compiler: gcc
111
+ before_script:
112
+ - sudo add-apt-repository 'ppa:ubuntu-toolchain-r/test' -y
113
+ - sudo apt-get update
114
+ - sudo apt-get install gcc-9 gfortran-9 -y
115
+ script:
116
+ - make QUIET_MAKE=1 BUILD_BFLOAT16=1 BINARY=64 USE_OPENMP=1 CC=gcc-9 FC=gfortran-9
117
+ - make -C test $COMMON_FLAGS $BTYPE
118
+ - make -C ctest $COMMON_FLAGS $BTYPE
119
+ - make -C utest $COMMON_FLAGS $BTYPE
120
+ env:
121
+ # for matrix annotation only
122
+ - TARGET_BOX=PPC64LE_LINUX_P9
123
+
124
- os: linux
125
compiler: gcc
126
addons:
0 commit comments