this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Export Windows/MINGW builds as artifacts

alice 497ff146 a2f31e53

+9
+9
.github/workflows/build.yml
··· 81 81 cmake -G "MSYS Makefiles" -DBUILD_SDLGPU=On -DBUILD_STATIC=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_WITH_ALL=ON .. 82 82 cmake --build . --parallel 83 83 84 + - name: Deploy 85 + uses: actions/upload-artifact@v4 86 + with: 87 + name: "tic80-mingw" 88 + path: | 89 + build/bin/tic80.exe 90 + build/bin/*.dll 91 + 92 + 84 93 # === Ubuntu === 85 94 linux-gcc12-glibc235: 86 95 runs-on: ubuntu-22.04