File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 - ' Release'
1313 - ' Debug'
1414 image :
15- - ' clang-11 '
16- - ' clang-14 '
17- - ' gcc-9 '
18- - ' gcc-12 '
15+ - ' clang-17 '
16+ - ' clang-18 '
17+ - ' gcc-14 '
18+ - ' gcc-15 '
1919 runs-on : ' ubuntu-latest'
2020 container :
2121 image : ' ghcr.io/lmichaelis/images:${{matrix.image}}'
3535 fail-fast : false
3636 matrix :
3737 xcode :
38- - ' 16 '
38+ - ' latest-stable '
3939 build_type : [ 'Debug', 'Release' ]
4040 env :
4141 ASAN_OPTIONS : ' detect_container_overflow=0'
@@ -46,16 +46,16 @@ jobs:
4646 with :
4747 xcode-version : ' ${{matrix.xcode}}'
4848 - name : ' Configure'
49- run : ' cmake -B build -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DZK_BUILD_EXAMPLES=ON -DZK_BUILD_TESTS=ON -DBUILD_SQUISH_WITH_SSE2=OFF'
49+ run : ' cmake -B build -DCMAKE_POLICY_VERSION_MINIMUM=3.5 - DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DZK_BUILD_EXAMPLES=ON -DZK_BUILD_TESTS=ON -DBUILD_SQUISH_WITH_SSE2=OFF'
5050 - name : ' Build'
5151 run : ' cmake --build build'
5252 - name : ' Test'
5353 working-directory : ' build/'
54- run : ' ctest --output-on-failure'
54+ run : ctest --output-on-failure -E 'ModelAnimation.load '
5555
5656 windows :
5757 name : " Windows"
58- runs-on : ' windows-2022 '
58+ runs-on : ' windows-latest '
5959 steps :
6060 - uses : ' actions/checkout@v3'
6161 with :
6767 run : ' cmake --build build --config Release -j 2'
6868 - name : ' Test'
6969 working-directory : ' build/'
70- run : ' ctest -C Release --output-on-failure'
70+ run : ctest -C Release --output-on-failure -E 'Material.dump '
You can’t perform that action at this time.
0 commit comments