Skip to content

Commit

Permalink
ci: clang-ast nodejs
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Clayton <[email protected]>
  • Loading branch information
ac000 committed Oct 26, 2024
1 parent 2ee2472 commit ea7c8db
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/clang-ast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
libssl-dev libpcre2-dev libperl-dev \
libphp-embed php-dev python3-dev libpython3-dev \
ruby-dev openjdk-17-jdk
npm install -g node-gyp
- uses: actions/checkout@v4

Expand Down Expand Up @@ -71,4 +72,7 @@ jobs:
run: ./configure ruby && make -j4 ruby

- name: Build Java language module
run: ./configure java && make -j4 java
run: ./configure java && make -j4 java V=1

- name: Build Nodejs support
run: make node-local-install DESTDIR=node V=1

0 comments on commit ea7c8db

Please sign in to comment.