32
32
test_type :
33
33
- regular
34
34
- coverage
35
- - package-compiler
36
35
arch :
37
36
- x64
38
37
julia_version :
@@ -165,7 +164,7 @@ jobs:
165
164
cp ../install/share/libtrixi/LibTrixi.jl/examples/libelixir_t8code_2d_dgsem_advection_amr.jl .
166
165
167
166
- name : Initialize project directory (test_type == 'package-compiler')
168
- if : ${{ matrix.test_type == 'package-compiler' && matrix.julia_version != '1.10' }}
167
+ if : ${{ matrix.test_type == 'package-compiler' }}
169
168
# Note that we set the Julia depot to `~/.julia` *ONLY* to make use of the
170
169
# julia-actions/cache above (which unfortunately hardcoded the `~/.julia`
171
170
# directory). For this reason, we also need to use `--force`
@@ -182,7 +181,7 @@ jobs:
182
181
--force
183
182
184
183
- name : Configure (test_type == 'package-compiler')
185
- if : ${{ matrix.test_type == 'package-compiler' && matrix.julia_version != '1.10' }}
184
+ if : ${{ matrix.test_type == 'package-compiler' }}
186
185
run : |
187
186
mkdir build
188
187
cd build
@@ -192,7 +191,7 @@ jobs:
192
191
-DJULIA_PROJECT_PATH=$PWD/../libtrixi-julia
193
192
194
193
- name : Build (test_type == 'package-compiler')
195
- if : ${{ matrix.test_type == 'package-compiler' && matrix.julia_version != '1.10' }}
194
+ if : ${{ matrix.test_type == 'package-compiler' }}
196
195
run : |
197
196
cd build
198
197
make -j2
@@ -240,7 +239,7 @@ jobs:
240
239
LIBTRIXI_DEBUG : all
241
240
242
241
- name : Run examples (test_type == 'package-compiler')
243
- if : ${{ matrix.test_type == 'package-compiler' && matrix.julia_version != '1.10' }}
242
+ if : ${{ matrix.test_type == 'package-compiler' }}
244
243
run : |
245
244
cd build/examples
246
245
mpirun -n 2 trixi_controller_simple_c \
0 commit comments