File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 7575 arch : x64
7676
7777 - name : Configure CMake
78- # enkiTS is failing ASAN on windows
7978 run : cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DBOX2D_SAMPLES=OFF -DBOX2D_SANITIZE=ON -DBUILD_SHARED_LIBS=OFF
8079 # run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DBOX2D_SAMPLES=OFF -DBUILD_SHARED_LIBS=OFF
8180
8584 - name : Test
8685 working-directory : ${{github.workspace}}/build
8786 run : ./bin/${{env.BUILD_TYPE}}/test
87+
88+ samples-windows :
89+ name : windows
90+ runs-on : windows-latest
91+ steps :
92+
93+ - uses : actions/checkout@v4
94+
95+ - name : Setup MSVC dev command prompt
96+ uses : TheMrMilchmann/setup-msvc-dev@v3
97+ with :
98+ arch : x64
99+
100+ - name : Configure CMake
101+ run : cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=Release -DBOX2D_SAMPLES=ON -DBUILD_SHARED_LIBS=OFF -DBOX2D_UNIT_TESTS=OFF
102+
103+ - name : Build
104+ run : cmake --build ${{github.workspace}}/build --config Release
88105
You can’t perform that action at this time.
0 commit comments