mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Build and test the Node.js wrapper in CI
This commit is contained in:
@@ -114,6 +114,16 @@ jobs:
|
||||
|
||||
maturin build --target ${{ matrix.target.triple }} --release
|
||||
|
||||
- name: Build the Node.js wrapper
|
||||
working-directory: nodejs
|
||||
run: |
|
||||
npm install
|
||||
npm run build
|
||||
|
||||
- name: Run the Node.js wrapper's tests
|
||||
working-directory: nodejs
|
||||
run: npm test
|
||||
|
||||
- name: Build the CXX wrapper layer
|
||||
working-directory: cxx
|
||||
run: cargo build --release --target ${{ matrix.target.triple }}
|
||||
|
||||
Reference in New Issue
Block a user