mirror of https://github.com/Kylart/KawAnime.git
Set absolute path
This commit is contained in:
parent
1424d084b7
commit
f651bbc3bd
|
@ -44,12 +44,12 @@ install:
|
|||
|
||||
- cd %APPVEYOR_BUILD_FOLDER%
|
||||
- npm install
|
||||
- dir bindings/build
|
||||
- dir %APPVEYOR_BUILD_FOLDER%\bindings\build
|
||||
|
||||
build: off
|
||||
|
||||
test_script:
|
||||
- node bindings/example.js
|
||||
- node %APPVEYOR_BUILD_FOLDER%\bindings/example.js
|
||||
- node --version
|
||||
- npm --version
|
||||
- npm run lint
|
||||
|
|
Loading…
Reference in New Issue