CI: Add build-base
node-gyp was a fucking mistake
This commit is contained in:
parent
4ce9a7a06d
commit
f7a06cfc22
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ stages:
|
|||
build:
|
||||
stage: build
|
||||
before_script: &before-build
|
||||
- apk --no-cache add git python3
|
||||
- apk --no-cache add git python3 build-base
|
||||
- git config --global url."https://github.com/".insteadOf git://github.com/
|
||||
script:
|
||||
- yarn
|
||||
|
@ -32,7 +32,7 @@ build:
|
|||
lint:
|
||||
stage: test
|
||||
before_script: &before-yarn
|
||||
- apk --no-cache add git python3
|
||||
- apk --no-cache add git python3 build-base
|
||||
- git config --global url."https://github.com/".insteadOf git://github.com/
|
||||
- yarn cache clean
|
||||
- yarn
|
||||
|
|
Loading…
Reference in a new issue