mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-08-04 00:49:17 +00:00
Round three of testing
This commit is contained in:
parent
a0f7e94434
commit
4de71f38cf
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ 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 run test
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue