Skip to content

Commit

Permalink
remove interactivity
Browse files Browse the repository at this point in the history
  • Loading branch information
stephtr committed Sep 29, 2024
1 parent a05ecca commit e53c200
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- main
paths:
- "/build-wasm.sh"
- "/src/**"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion build-wasm.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
docker run --mount type=bind,source=.,target=/src --pull always --platform linux/amd64 -it ghcr.io/stephtr/libqalculate-wasm:main emcc -I /opt/include -L /opt/lib -lqalculate -lgmp -lmpfr -lxml2 --bind /src/src/libqalculate.cc -o /src/src/libqalculate.js -O2 -s MODULARIZE -s ENVIRONMENT=web -s FILESYSTEM=0 -s ERROR_ON_UNDEFINED_SYMBOLS=0 --closure 1
docker run --mount type=bind,source=.,target=/src --pull always --platform linux/amd64 ghcr.io/stephtr/libqalculate-wasm:main emcc -I /opt/include -L /opt/lib -lqalculate -lgmp -lmpfr -lxml2 --bind /src/src/libqalculate.cc -o /src/src/libqalculate.js -O2 -s MODULARIZE -s ENVIRONMENT=web -s FILESYSTEM=0 -s ERROR_ON_UNDEFINED_SYMBOLS=0 --closure 1

0 comments on commit e53c200

Please sign in to comment.