Skip to content

Commit

Permalink
Create emulator-wasm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
visrealm authored Sep 1, 2023
1 parent 4ff8ba0 commit 327ce43
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/emulator-wasm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Emulator WebAssembly

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release

permissions:
contents: read

jobs:
build:
runs-on: windows-latest

steps:
- uses: actions/checkout@v3

- name: Checkout submodules
run: git submodule update --init --recursive

- name: Build emscripten
working-directory: ${{env.GITHUB_WORKSPACE}}/wmulator/wasm
# Add additional options to the MSBuild command line here (like platform or verbosity level).
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
run: build_wasm.bat

0 comments on commit 327ce43

Please sign in to comment.