mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-09 22:16:10 +03:00
CI: build js binary without z3
This commit is contained in:
parent
0133ad4843
commit
168d023e25
1
.github/workflows/run-make-all.yml
vendored
1
.github/workflows/run-make-all.yml
vendored
@ -33,6 +33,7 @@ jobs:
|
||||
RELEASE_TAG=$(git describe --tags)
|
||||
mkdir -p artifacts
|
||||
docker run --rm catalalang/catala-build:${IMAGE_TAG} sh -uexc '
|
||||
opam --cli=2.1 remove z3
|
||||
opam --cli=2.1 exec -- dune build --profile=release french_law compiler/catala.bc.js >&2
|
||||
mv _build/default/compiler/catala.bc.js catala_'"${RELEASE_TAG}"'_node.js >&2
|
||||
tar c -h catala_'"${RELEASE_TAG}"'_node.js french_law --exclude french_law/js/node_modules --exclude french_law/python/env --exclude '"'"'.*'"'"'
|
||||
|
Loading…
Reference in New Issue
Block a user