git subrepo clone git@github.com:compihu/platform-test-f4-ll.git platforms/platform-test-f4-ll
subrepo: subdir: "platforms/platform-test-f4-ll" merged: "bc41134" upstream: origin: "git@github.com:compihu/platform-test-f4-ll.git" branch: "master" commit: "bc41134" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "87ee373"
This commit is contained in:
parent
46ce55c6a0
commit
95af4ce0d8
460 changed files with 84105 additions and 0 deletions
51
platforms/platform-test-f4-ll/cpputest/appveyor.yml
Normal file
51
platforms/platform-test-f4-ll/cpputest/appveyor.yml
Normal file
|
@ -0,0 +1,51 @@
|
|||
version: 3.7.0-ci{build}
|
||||
|
||||
image: Visual Studio 2015
|
||||
|
||||
cache:
|
||||
- C:\ProgramData\chocolatey\bin -> appveyor.yml
|
||||
- C:\ProgramData\chocolatey\lib -> appveyor.yml
|
||||
- C:\Tools\MinGW32 -> appveyor.yml
|
||||
- C:\Tools\MinGW64 -> appveyor.yml
|
||||
|
||||
environment:
|
||||
Configuration: Release
|
||||
matrix:
|
||||
- Platform: Cygwin32
|
||||
- Platform: MinGW32
|
||||
PlatformToolset: 4.8.5
|
||||
- Platform: MinGW64
|
||||
PlatformToolset: 4.8.5
|
||||
- Platform: MinGW32
|
||||
PlatformToolset: 5.3.0
|
||||
- Platform: MinGW64
|
||||
PlatformToolset: 5.3.0
|
||||
- Platform: MinGWClang64
|
||||
PlatformToolset: 5.3.0
|
||||
- Platform: MinGWClang32
|
||||
PlatformToolset: 5.3.0
|
||||
- Platform: Win32
|
||||
PlatformToolset: v90
|
||||
- Platform: Win32
|
||||
PlatformToolset: v100
|
||||
- Platform: Win32
|
||||
PlatformToolset: v110
|
||||
- Platform: Win32
|
||||
PlatformToolset: v120
|
||||
- Platform: Win32
|
||||
PlatformToolset: v140
|
||||
- Platform: x64
|
||||
PlatformToolset: v140
|
||||
|
||||
install:
|
||||
- ps: if ($env:Platform -like 'MinGW*') { choco install mingw --version $env:PlatformToolset $( if ($env:Platform -like '*32') { Write-Output --forcex86 --params /exception:dwarf } ) }
|
||||
|
||||
build_script:
|
||||
- ps: scripts\appveyor_ci_build.ps1
|
||||
|
||||
test_script:
|
||||
- ps: scripts\appveyor_ci_test.ps1
|
||||
|
||||
artifacts:
|
||||
- path: lib\CppUTest.lib
|
||||
name: CppUTest
|
Loading…
Add table
Add a link
Reference in a new issue