File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1212 - ubuntu-latest
1313 - windows-latest
1414 - macOS-latest
15- cmake_args :
16- - " "
1715 steps :
1816 - name : Setup Windows
1917 if : startsWith(matrix.os, 'windows')
2725 uses : tstellar/actions/install-ninja@master
2826 with :
2927 os : ${{ runner.os }}
30- - name : Test LLVM
28+ - name : Test LLVM / dynamic
29+ if : startsWith(matrix.os, 'windows') == false
3130 uses : tstellar/actions/build-test-llvm-project@master
3231 with :
33- cmake_args : -G Ninja -DCMAKE_BUILD_TYPE=Release ${{ matrix.cmake_args }}
32+ cmake_args : -G Ninja -DCMAKE_BUILD_TYPE=Release ${{ matrix.cmake_args }} -DLLVM_ENABLE_PROJECTS='polly;clang' -DPOLLY_ENABLE_GPGPU_CODEGEN=OFF -DLLVM_ENABLE_ASSERTIONS=ON -DLLVM_POLLY_LINK_INTO_TOOLS=OFF -DLLVM_BUILD_EXAMPLES=ON
33+ os : ${{ runner.os }}
34+ - name : Test LLVM / static
35+ uses : tstellar/actions/build-test-llvm-project@master
36+ with :
37+ cmake_args : -G Ninja -DCMAKE_BUILD_TYPE=Release ${{ matrix.cmake_args }} -DLLVM_ENABLE_PROJECTS='polly;clang' -DPOLLY_ENABLE_GPGPU_CODEGEN=ON -DLLVM_ENABLE_ASSERTIONS=ON -DLLVM_POLLY_LINK_INTO_TOOLS=ON -DLLVM_BUILD_EXAMPLES=ON
3438 os : ${{ runner.os }}
You can’t perform that action at this time.
0 commit comments