Skip to content

Commit

Permalink
Point
Browse files Browse the repository at this point in the history
  • Loading branch information
andmev committed Sep 30, 2024
1 parent 424ea81 commit 6900f56
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,15 @@ jobs:
target: i686-pc-windows-msvc
- host: ubuntu-latest
target: x86_64-unknown-linux-gnu
setup: |
sudo apt-get update
sudo apt-get install pkg-config libx11-dev libssl-dev
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian
build: yarn build --target x86_64-unknown-linux-gnu
build: |-
set -e &&
rustup target add x86_64-unknown-linux-gnu &&
yarn build --target x86_64-unknown-linux-gnu &&
llvm-strip -x *.node
- host: ubuntu-latest
target: x86_64-unknown-linux-musl
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
Expand Down

0 comments on commit 6900f56

Please sign in to comment.