Skip to content

Commit

Permalink
Update ci.yml for Emscripten
Browse files Browse the repository at this point in the history
  • Loading branch information
Auburn authored Mar 31, 2024
1 parent bf19403 commit 4dc1ab0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,18 @@ jobs:
- os: macos-latest
name: MacOS64-Clang
cmake_options: -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++
- os: ubuntu-latest
name: Emscripten
cmake_options: -DCMAKE_TOOLCHAIN_FILE=$EMSDK/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake

steps:
steps:
- name: 'Setup Emscripten'
if: matrix.name == 'Emscripten'
uses: mymindstorm/setup-emsdk@v14
with:
version: 3.1.56
no-cache: true

- name: 'Checkout'
uses: actions/checkout@v3

Expand Down

0 comments on commit 4dc1ab0

Please sign in to comment.