File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11pool :
2- vmImage : ' ubuntu-16 .04'
2+ vmImage : ' ubuntu-20 .04'
33
44strategy :
55 matrix :
6- 9.2_3.6 :
7- containerImage : pymor/dealii_py3.6:93e0f6225eeaae049ca3b392f77cd8d4150ee590
8- 9.2_3.7 :
9- containerImage : pymor/dealii_py3.7:93e0f6225eeaae049ca3b392f77cd8d4150ee590
10- 9.2_3.8 :
11- containerImage : pymor/dealii_py3.8:93e0f6225eeaae049ca3b392f77cd8d4150ee590
6+ 9.3_3.7 :
7+ containerImage : pymor/dealii_py3.7:7192db98b77083ef124fc0b90c4a607a258b232d
8+ 9.3_3.8 :
9+ containerImage : pymor/dealii_py3.8:7192db98b77083ef124fc0b90c4a607a258b232d
10+ 9.3_3.9 :
11+ containerImage : pymor/dealii_py3.9:7192db98b77083ef124fc0b90c4a607a258b232d
1212
1313container : $[ variables['containerImage'] ]
1414
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ BASE_DIR="$(cd "$(dirname ${BASH_SOURCE[0]})" ; cd ../ ; pwd -P )"
1212# in which the operator module is imported instead of
1313# the operator module from stdlib.
1414cd ${BASE_DIR}
15+ export CCACHE_DIR=${BASE_DIR} /cache
1516git submodule update --init
1617
1718python -m venv ~ /venv
You can’t perform that action at this time.
0 commit comments