File: .appveyor.yml

package info (click to toggle)
quantlib 1.39-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 41,264 kB
  • sloc: cpp: 396,561; makefile: 6,539; python: 272; sh: 154; lisp: 86
file content (14 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
image: Visual Studio 2017

platform: x64
configuration: Release

version: ci.{build}

before_build:
  - COPY .ci\VS2017.props .\Build.props

build:
  parallel: false
  project: QuantLib.sln
  verbosity: normal