Skip to content

Commit

Permalink
Development
Browse files Browse the repository at this point in the history
  • Loading branch information
phieri committed Oct 6, 2024
1 parent 898db93 commit 4790bcd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
13 changes: 0 additions & 13 deletions .devcontainer/devcontainer.json

This file was deleted.

5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
build-wasm:
name: Build Wasm
runs-on: ubuntu-24.04
continue-on-error: true
steps:
- run: |
sudo apt-get -qq update
Expand All @@ -26,6 +27,8 @@ jobs:
ref: 9.5.0
sparse-checkout: src/
- uses: actions/checkout@v4
with:
sparse-checkout: src/
- run: make sr9.wasm
- uses: actions/upload-artifact@v4
with:
Expand All @@ -34,7 +37,7 @@ jobs:
build:
name: Build
runs-on: ubuntu-24.04
needs: build-wasm
#needs: build-wasm
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ script.js: sr9.wasm
mv sr9.wasm _site/sr9.wasm

sr9.wasm:
./emcc src/sr9.c
emcc src/sr9.c
touch sr9.wasm

0 comments on commit 4790bcd

Please sign in to comment.