Skip to content

Commit

Permalink
Update npm test CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
koral-- committed Jan 11, 2025
1 parent 848c1a4 commit 489a1f3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ blocks:
jobs:
- name: npm test
commands:
- install-package libzmq3-dev libprotobuf-dev graphicsmagick yasm gulp python3
- sem-version node 20
- install-package libzmq3-dev libprotobuf-dev graphicsmagick yasm gulp python3 pkg-config curl zip unzip wget build-essential cmake ninja-build git
- sem-version node 22
- export PATH=$PWD/node_modules/.bin:$PATH
- sed -i'' -e '/phantomjs/d' package.json
- export VCPKG_FORCE_SYSTEM_BINARIES="arm"
- npm install --save-dev pnpm
- checkout
- npm install
- npm install --python="/usr/bin/python3" --omit=optional --loglevel http
- npm test
- name: Build Debian Docker image
dependencies: []
Expand Down

0 comments on commit 489a1f3

Please sign in to comment.