Sha256: b6ea8972722573b7e4417940702fa0a197fb180cc61b0fb54bfe36d11416a56b
Contents?: true
Size: 441 Bytes
Versions: 193
Compression:
Stored size: 441 Bytes
Contents
image: Visual Studio 2015 install: # Get the latest stable version of Node.js - ps: Install-Product node '' #let's use the pre-installed mingw - ps: $env:PATH = 'C:\MinGW\bin;C:\MinGW\mingw32\bin;C:\MinGW\msys\1.0\bin;' + $env:PATH #we copy mingw32-make to have a "make" executable - cmd: copy c:\MinGW\bin\mingw32-make.exe c:\MinGW\bin\make.exe cache: - "%LOCALAPPDATA%\\Yarn" test: off build_script: - ls - make test
Version data entries
193 entries across 193 versions & 1 rubygems