Sha256: 53e0cc47d04848d59f33a6a80be776e3b6c36307d8d6aa2fbd9d53b34aca3186
Contents?: true
Size: 913 Bytes
Versions: 80
Compression:
Stored size: 913 Bytes
Contents
#---------------------------------# # general configuration # #---------------------------------# # version format version: 0.1.{build} #---------------------------------# # environment configuration # #---------------------------------# # Build worker image (VM template) image: Visual Studio 2015 # scripts that run after cloning repository install: - git submodule init - git submodule update #---------------------------------# # build configuration # #---------------------------------# # build platform, i.e. x86, x64, Any CPU platform: - x86 - x64 # build Configuration, i.e. Debug, Release, etc. configuration: - Debug - Release build: project: win32/funchook.sln #---------------------------------# # tests configuration # #---------------------------------# test_script: - for /f "tokens=*" %%a in ('dir funchook_test.exe /b /s') do %%a
Version data entries
80 entries across 80 versions & 1 rubygems