Compare commits

...

1 commit

Author SHA1 Message Date
Hubert Chathi
80779d150c add JS build using Nix in CI 2022-12-02 21:00:51 -05:00

View file

@ -19,6 +19,18 @@ build:js:
- javascript/index.d.ts
- javascript/exported_functions.json
build:js-nix:
cache:
paths:
- /nix/store
image: docker.io/nixos/nix
stage: build
script:
- nix --extra-experimental-features nix-command --extra-experimental-features flakes build
artifacts:
paths:
- result/javascript
test:js:
stage: test
needs: