File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -126,20 +126,20 @@ matrix:
126
126
- g++-5
127
127
- os : osx
128
128
# BUILD 14 ------------------
129
- osx_image : xcode9.4
129
+ osx_image : xcode11.2
130
130
language : generic
131
131
env :
132
132
- XML_GENERATOR="castxml"
133
133
- TRAVIS_PYTHON_VERSION="2"
134
134
- SITECUSTOMIZELIBPATH="/usr/local/lib/python2.7/site-packages/sitecustomize.py"
135
135
- os : osx
136
136
# BUILD 15 ------------------
137
- osx_image : xcode9.4
137
+ osx_image : xcode11.2
138
138
language : generic
139
139
env :
140
140
- XML_GENERATOR="castxml"
141
141
- TRAVIS_PYTHON_VERSION="3"
142
- - SITECUSTOMIZELIBPATH="/usr/local/lib/python3.6 /site-packages/sitecustomize.py"
142
+ - SITECUSTOMIZELIBPATH="/usr/local/lib/python3.7 /site-packages/sitecustomize.py"
143
143
- os : linux
144
144
# BUILD 16 ------------------
145
145
python : 3.6
@@ -168,13 +168,13 @@ before_install:
168
168
# Look at the redirection and extract the direct URL for usage with Travis.
169
169
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then
170
170
if [ ! -e ${HOME}/castxml ]; then
171
- wget -q -O - https://midas3 .kitware.com/midas/download/bitstream/461589/castxml-macosx.tar.gz | tar zxf - -C ${HOME};
171
+ wget -q -O - https://data .kitware.com/api/v1/file/hashsum/sha512/88c9b5954ca7417f7b519f3006dc6fe4bd194af0837168edc30007a41eaae6d4eee97cef2a72747432af14941c7f60333b77c25e208b2540dcde2d61e0d0e6f3/download | tar zxf - -C ${HOME};
172
172
fi;
173
173
fi
174
174
175
175
- if [[ "$TRAVIS_OS_NAME" == "linux" ]] && [[ $XML_GENERATOR == "castxml" ]]; then
176
176
if [ ! -e ${HOME}/castxml ]; then
177
- wget -q -O - https://midas3 .kitware.com/midas/download/bitstream/461590/castxml-linux.tar.gz | tar zxf - -C ${HOME};
177
+ wget -q -O - https://data .kitware.com/api/v1/file/hashsum/sha512/f43ef30267c850872cf1e8ea8594c5dc6a1beb7c343d63875662ee7c648dac4f9214c915499ef2e1148f2b5f866e4c518ca1a21fb5055baba7d62f4f69097ba0/download | tar zxf - -C ${HOME};
178
178
fi;
179
179
fi
180
180
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ install:
16
16
- " %PYTHON%/Scripts/pip.exe install coveralls"
17
17
18
18
# Install castxml
19
- - ps : wget https://midas3 .kitware.com/midas/download/bitstream/461597/castxml-windows.zip -OutFile castxml.zip
19
+ - ps : wget https://data .kitware.com/api/v1/file/hashsum/sha512/315a6acef496b9d0dc9a8e0414119c22d1e1e866b8862b6372f587821c1741ac084460b1cd41b3772c4aae3922025e708c86b0a82c8a6d9952093d5e7ed9122d/download -OutFile castxml.zip
20
20
- cmd : echo "Unzipping castxml..."
21
21
- cmd : 7z x castxml.zip -o"C:\Program Files\" -y > nul
22
22
- cmd : set PATH=%PATH:castxml\bin=%;C:\Program Files\castxml\bin
You can’t perform that action at this time.
0 commit comments