File: .appveyor.yml

package info (click to toggle)
quantlib 1.41-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 41,480 kB
  • sloc: cpp: 400,885; makefile: 6,547; python: 214; sh: 150; 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