File tree Expand file tree Collapse file tree 1 file changed +18
-16
lines changed
Expand file tree Collapse file tree 1 file changed +18
-16
lines changed Original file line number Diff line number Diff line change 1- name : windows-sdl
1+ name : Build
22
33on : [push, pull_request]
44
55jobs :
6- runs-on : windows-2022
6+ # === Windows SDL ===
7+ windows-sdl :
8+ runs-on : windows-2022
79
8- steps :
9- - uses : actions/checkout@v4
10- with :
11- submodules : recursive
12- fetch-depth : 0
10+ steps :
11+ - uses : actions/checkout@v4
12+ with :
13+ submodules : recursive
14+ fetch-depth : 0
1315
14- - uses : ruby/setup-ruby@v1
15- with :
16- ruby-version : 2.6
16+ - uses : ruby/setup-ruby@v1
17+ with :
18+ ruby-version : 2.6
1719
18- - name : Build
19- shell : cmd
20- run : |
21- cd build
22- cmake -G "Visual Studio 17 2022" -DCMAKE_BUILD_TYPE=Release -DBUILD_SDL=ON -DBUILD_IPO=ON -DBUILD_WITH_ALL=ON -DCMAKE_POLICY_VERSION_MINIMUM=3.5 ..
23- cmake --build . --parallel
20+ - name : Build
21+ shell : cmd
22+ run : |
23+ cd build
24+ cmake -G "Visual Studio 17 2022" -DCMAKE_BUILD_TYPE=Release -DBUILD_SDL=ON -DBUILD_IPO=ON -DBUILD_WITH_ALL=ON -DCMAKE_POLICY_VERSION_MINIMUM=3.5 ..
25+ cmake --build . --parallel
You can’t perform that action at this time.
0 commit comments