chore: build from source
This commit is contained in:
parent
9f5ec2676a
commit
f32282bcaa
@ -11,9 +11,9 @@ environment:
|
|||||||
install:
|
install:
|
||||||
- ps: Install-Product node $env:nodejs_version
|
- ps: Install-Product node $env:nodejs_version
|
||||||
- set CI=true
|
- set CI=true
|
||||||
- npm i -g npm
|
- npm i -g npm@latest
|
||||||
- set PATH=%APPDATA%\npm;%PATH%
|
- set PATH=%APPDATA%\npm;%PATH%
|
||||||
- npm i
|
- npm install --build-from-source
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
shallow_clone: true
|
shallow_clone: true
|
||||||
|
Loading…
Reference in New Issue
Block a user