You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- This reduces the complexity of the CI infra and makes specifying dependencies easier
- More testing on macOS should now be enabled using both:
- Native CMake w/ Apple Clang and OpenMPI builds and
- The projects Brewfile to build w/ GCC & MPICH
- for version in ${GCC}; do bash <(curl -s https://codecov.io/bash) -x $(type -P gcov-${GCC}) >> coverage.log 2>> coverage.err || true ; done
114
131
- tail coverage.log || true
115
132
- tail coverage.err || true
116
-
- |
117
-
if [[ "${TRAVIS_TAG}" ]]; then
118
-
if [[ "v${TRAVIS_TAG}" != "v$(sed -n '/[0-9]\{1,\}\(\.[0-9]\{1,\}\)\{1,\}/{s/^\([^.]*\)\([0-9]\{1,\}\(\.[0-9]\{1,\}\)\{1,\}\)\(.*\)/\2/p;q;}' .VERSION)" ]]; then
119
-
echo "ERROR: You are trying to tag a new release but have a version missmatch in \`.VERSION\`"
# echo '# To verify cryptographic checksums `shasum -c opencoarrays-'"${TRAVIS_TAG}"'-SHA256.txt` on Mac OS X,' > "opencoarrays-${TRAVIS_TAG}-SHA256.txt
128
-
# echo '# `sha256sum -c opencoarrays-'"${TRAVIS_TAG}"'-SHA256.txt` on Linux.' >> "opencoarrays-${TRAVIS_TAG}-SHA256.txt
129
-
# if [[ $(uname -s) == Darwin ]]; then
130
-
# shasum -a 256 "OpenCoarrays-${TRAVIS_TAG}.tar.gz" >> "opencoarrays-${TRAVIS_TAG}-SHA256.txt
0 commit comments