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%
|
- cd %APPVEYOR_BUILD_FOLDER%
|
||||||
- npm install
|
- npm install
|
||||||
- dir bindings/build
|
- dir %APPVEYOR_BUILD_FOLDER%\bindings\build
|
||||||
|
|
||||||
build: off
|
build: off
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- node bindings/example.js
|
- node %APPVEYOR_BUILD_FOLDER%\bindings/example.js
|
||||||
- node --version
|
- node --version
|
||||||
- npm --version
|
- npm --version
|
||||||
- npm run lint
|
- npm run lint
|
||||||
|
|
Loading…
Reference in New Issue