mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-08-03 16:39:16 +00:00
Update .drone.yml
This commit is contained in:
parent
4de71f38cf
commit
59bb2071ff
1 changed files with 2 additions and 4 deletions
|
@ -7,10 +7,8 @@ pipeline:
|
|||
test:
|
||||
image: node:${NODE_VERSION}
|
||||
commands:
|
||||
- export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0
|
||||
- sh -e /etc/init.d/xvfb start
|
||||
- sleep 3
|
||||
- npm i
|
||||
- npm i vscode
|
||||
- npm run test
|
||||
|
||||
matrix:
|
||||
|
@ -18,4 +16,4 @@ matrix:
|
|||
- "10-alpine"
|
||||
- "9-alpine"
|
||||
- "8.11-alpine"
|
||||
- "alpine"
|
||||
- "alpine"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue