You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
- @echo off
- choco install openssl.light
- REM if /i %TRAVIS_NODE_VERSION% gtr 6 (
- REM npm install --global --production windows-build-tools
- REM ) else (
- REM npm install --global --production windows-build-tools@3.1.0
- REM )
-
- choco install make
|