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 ac4b398 commit 3c03f77Copy full SHA for 3c03f77
.travis.yml
@@ -153,8 +153,8 @@ 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
+ cd prerequisites/builds/opencoarrays/*
+ ../../../installations/cmake/*/bin/ctest --output-on-failure
158
cd -
159
else
160
mkdir cmake-build
0 commit comments