Skip to content

Commit

Permalink
unite build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gandalfr-KY committed Jun 5, 2024
1 parent 8eb8e17 commit 43c77ce
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,7 @@ jobs:
run: |
source emsdk/emsdk_env.sh
emcc src/cpp/fraction.cpp -o build/fraction.js -lembind -std=c++17 -s WASM=2
- name: Build complex module
run: |
source emsdk/emsdk_env.sh
emcc src/cpp/complex.cpp -o build/complex.js -lembind -std=c++17 -s WASM=2
- name: Build matrix module
run: |
source emsdk/emsdk_env.sh
emcc src/cpp/matrix.cpp -o build/matrix.js -lembind -std=c++17 -s WASM=2
- name: Deploy to GitHub Pages
Expand All @@ -41,4 +33,3 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
publish_branch: gh-pages

0 comments on commit 43c77ce

Please sign in to comment.