Skip to content

Commit

Permalink
js-binding: prepare compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
vhavlena committed Jan 5, 2025
1 parent 7cc9d87 commit 3eacf3e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/js-binding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,14 @@ jobs:
cd mata
mkdir build && cd build
emcmake cmake -DCMAKE_BUILD_TYPE=Release -DMATA_BUILD_EXAMPLES:BOOL=OFF -DBUILD_TESTING:BOOL=OFF ..
emmake make install
emmake make install
- name: Check out repository code
uses: actions/checkout@v3

- name: Compile Z3-Noodler release
run: |
echo $EMSDK
mkdir build
cd src/api/js
sed -i 's/REPLACE THIS TEXT WITH THE PATH TO libmata.a/'

0 comments on commit 3eacf3e

Please sign in to comment.