f407ve_packetusart_c/platforms/platform-test-f4-ll/cpputest/appveyor.yml
Attila BODY 95af4ce0d8 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"
2021-02-24 21:46:35 +01:00

51 lines
1.2 KiB
YAML

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