File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 52
52
- os : ubuntu-22.04
53
53
docker : node:18-alpine
54
54
docker_cmd :
55
- apk add --no-cache pkgconfig curl tar python3 make gcc g++ cmake
56
- musl-dev && npm i -g pnpm && pnpm install && pnpm run
57
- build.prebuild
55
+ apk add --no-cache pkgconfig curl tar python3 make gcc g++ cmake git
56
+ musl-dev && npm i -g pnpm && pnpm install && pnpm run build
58
57
node_version : 18
59
58
node_arch : x64
60
59
cpp_arch : x64
93
92
with :
94
93
vcvarsall : ${{ contains(matrix.os, 'windows') }}
95
94
cmake : true
95
+ ninja : true
96
96
python : true
97
97
architecture : ${{ matrix.cpp_arch }}
98
98
@@ -121,13 +121,13 @@ jobs:
121
121
echo "PATH=$PATH" >> $GITHUB_ENV
122
122
echo "PKG_CONFIG_PATH=$PKG_CONFIG_PATH" >> $GITHUB_ENV
123
123
124
- - name : Install Dependencies and Build
124
+ - name : Install Dependencies
125
125
if : ${{ !matrix.docker }}
126
126
run : pnpm install
127
127
128
- - name : Prebuild
128
+ - name : Build
129
129
if : ${{ !matrix.docker }}
130
- run : pnpm run build.prebuild
130
+ run : pnpm run build
131
131
132
132
- name : Prebuild Docker
133
133
if : ${{ matrix.docker }}
Original file line number Diff line number Diff line change 94
94
"build.downlevel" : " downlevel-dts ./lib ./lib/ts3.7" ,
95
95
"build.doc" : " typedoc --options ./typedoc.json && minify-all -s docs-unminified -d docs --jsCompressor terser && shx rm -rf docs-unminified" ,
96
96
"deploy.doc" : " run-s build.doc && gh-pages --dist \" ./docs\" " ,
97
- "build.prebuild" : " run-s build.js && run-s build.native" ,
98
97
"build.native" : " cmake-ts nativeonly" ,
99
98
"build.native.debug" : " cmake-ts nativeonly" ,
100
99
"build" : " run-s build.js build.native" ,
You can’t perform that action at this time.
0 commit comments