git repos / blockattack-game

source/misc/embedded_libs/fmt-8.1.1/support/appveyor.yml

browsing at commit = 08317c5b6a32263183602d799a046f0f6cc8c454

branches: v2.9.X

tags: v.2.9.0 v2.9.0

raw · blame · history

configuration:
  - Debug
  - Release

clone_depth: 1

image:
  - Visual Studio 2015

platform:
  - x64

environment:
  CTEST_OUTPUT_ON_FAILURE: 1
  MSVC_DEFAULT_OPTIONS: ON
  BUILD: msvc

before_build:
 - mkdir build
 - cd build

build_script:
  - python ../support/appveyor-build.py

on_failure:
  - appveyor PushArtifact Testing/Temporary/LastTest.log
  - appveyor AddTest test

# Uncomment this to debug AppVeyor failures.
#on_finish:
#  - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))