File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88 - name : init
99 run : sudo apt update -yqq && sudo apt install -yqq ninja-build
1010 - name : configure gcc
11- run : cmake -S . --preset=default -B build -DCAPO_USE_OPENAL=OFF - DCAPO_BUILD_EXAMPLES=OFF
11+ run : cmake -S . --preset=default -B build -DCAPO_BUILD_EXAMPLES=OFF
1212 - name : configure clang
13- run : cmake -S . --preset=ninja-clang -B clang -DCAPO_USE_OPENAL=OFF - DCAPO_BUILD_EXAMPLES=OFF
13+ run : cmake -S . --preset=ninja-clang -B clang -DCAPO_BUILD_EXAMPLES=OFF
1414 - name : build gcc
1515 run : cmake --build build --config=Release
1616 - name : build clang
2222 steps :
2323 - uses : actions/checkout@v2
2424 - name : configure
25- run : cmake -S . --preset=vs22 -B build -DCAPO_USE_OPENAL=OFF - DCAPO_BUILD_EXAMPLES=OFF
25+ run : cmake -S . --preset=vs22 -B build -DCAPO_BUILD_EXAMPLES=OFF
2626 - name : build
2727 run : cmake --build build --config=Release
2828 - name : test
You can’t perform that action at this time.
0 commit comments