File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,14 +142,14 @@ script:
142
142
export PATH="$PATH:$HOME/bin"
143
143
./install.sh --yes-to-all -i "$HOME/opt/opencoarrays" -j 4 -f "$HOME/bin/gfortran" -c "$HOME/bin/gcc" -C "$HOME/bin/g++"
144
144
cd prerequisites/builds/opencoarrays/*
145
- ../../../installations/cmake/*/bin/ctest --output-on-failure
145
+ ../../../installations/cmake/*/bin/ctest --output-on-failure --schedule-random --repeat-until-fail 7
146
146
cd -
147
147
else
148
148
mkdir cmake-build
149
149
cd cmake-build
150
150
cmake -DCMAKE_INSTALL_PREFIX:PATH="$HOME/OpenCoarrays" -DCMAKE_BUILD_TYPE="$BUILD_TYPE" ..
151
151
make -j 4
152
- ctest --output-on-failure
152
+ ctest --output-on-failure --schedule-random --repeat-until-fail 7
153
153
make install
154
154
cd ..
155
155
fi
You can’t perform that action at this time.
0 commit comments