1
0
Fork 0
2022-untitled-game/code/3rd_party/sdl-2.0.20/.github/workflows/emscripten.yml

17 lines
346 B
YAML
Raw Normal View History

2022-08-01 23:11:10 +00:00
name: Build (Emscripten)
on: [push, pull_request]
jobs:
emscripten:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: mymindstorm/setup-emsdk@v10
with:
version: 2.0.27
- name: Configure CMake
run: emcmake cmake -B build
- name: Build
run: cmake --build build/