Skip to content

Commit

Permalink
use node-pre-gyp #20
Browse files Browse the repository at this point in the history
  • Loading branch information
erossignon committed Jan 14, 2017
1 parent 47640bb commit af548ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ install:
true;
- cmd: npm install mocha -g
- cmd: npm install mocha node-pre-gyp-github -g
- cmd: build_oce.bat %PLATFORM%
- cmd: build.bat %PLATFORM%

Expand All @@ -99,6 +99,7 @@ test_script:

after_test:
- IF %PUBLISH_BINARY% == 1 (node-pre-gyp package 2>&1)
- IF %PUBLISH_BINARY% == 1 (node-pre-gyp publish 2>&1)
- IF %PUBLISH_BINARY% == 1 (node-pre-gyp-github publish --release 2>&1)
- IF %PUBLISH_BINARY% == 1 (node-pre-gyp clean)
- IF %PUBLISH_BINARY% == 1 (npm install --fallback-to-build=false)
Expand Down

0 comments on commit af548ef

Please sign in to comment.