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 9daefda commit 5ba66edCopy full SHA for 5ba66ed
.travis.yml
@@ -5,6 +5,9 @@ os: osx
5
6
env:
7
global:
8
+ - ZERO_AR_DATE=1
9
+ - TZ=UTC
10
+ - LC_ALL=C
11
- CACHE="${HOME}/.local"
12
- MPICH_VER="3.2.1"
13
- MPICH_URL_HEAD="https://www.mpich.org/static/downloads/${MPICH_VER}"
@@ -102,6 +105,8 @@ install:
102
105
103
106
script:
104
107
- pwd
108
+ - export SOURCE_DATE_EPOCH=$(git show -s --format=%ct $TRAVIS_COMMIT)
109
+ - echo "SOURCE_DATE_EPOCH = ${COURCE_DATE_EPOCH}"
110
- ./developer-scripts/travis/test-script.${BUILD_TYPE:-cmake}.sh
111
112
after_script:
developer-scripts/travis/test-script.cmake.sh
@@ -68,6 +68,8 @@ for version in ${GCC}; do
68
ctest "${CTEST_FLAGS[@]}"
69
fi
70
make install
71
+ make hash_installed
72
+ make install
73
make uninstall
74
)
75
done
0 commit comments