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 44bf52e commit ac4b398Copy full SHA for ac4b398
.travis.yml
@@ -153,6 +153,9 @@ script:
153
ln -fs "$(which g++-6)" "$HOME/bin/g++"
154
export PATH="$PATH:$HOME/bin"
155
./install.sh --yes-to-all -i "$HOME/opt/opencoarrays" -j 4 -f "$HOME/bin/gfortran" -c "$HOME/bin/gcc" -C "$HOME/bin/g++"
156
+ cd prerequisites/builds/opencoarrays*
157
+ ctest --output-on-failure
158
+ cd -
159
else
160
mkdir cmake-build
161
cd cmake-build
0 commit comments