2015-02-05 09:13:48 -05:00
|
|
|
#-----------------------------------------------------------------------------
|
2015-01-13 10:54:25 -05:00
|
|
|
#
|
2015-02-05 09:13:48 -05:00
|
|
|
# Configuration for continuous integration service at appveyor.com
|
2015-01-13 10:54:25 -05:00
|
|
|
#
|
2015-02-05 09:13:48 -05:00
|
|
|
#-----------------------------------------------------------------------------
|
2015-01-13 10:54:25 -05:00
|
|
|
|
|
|
|
environment:
|
|
|
|
matrix:
|
2015-02-05 09:13:48 -05:00
|
|
|
- config: Dev
|
2015-03-04 06:50:42 -05:00
|
|
|
- config: RelWithDebInfo
|
2015-01-13 10:54:25 -05:00
|
|
|
|
2015-08-28 06:42:03 -04:00
|
|
|
shallow_clone: true
|
|
|
|
|
2015-01-13 10:54:25 -05:00
|
|
|
# Operating system (build VM template)
|
2016-01-05 06:00:40 -05:00
|
|
|
os: Visual Studio 2015
|
2015-01-13 10:54:25 -05:00
|
|
|
|
|
|
|
# scripts that are called at very beginning, before repo cloning
|
|
|
|
init:
|
|
|
|
|
|
|
|
# clone directory
|
|
|
|
clone_folder: c:\projects\libosmium
|
|
|
|
|
|
|
|
platform: x64
|
|
|
|
|
|
|
|
build_script:
|
2016-10-03 13:08:59 -04:00
|
|
|
- build-appveyor.bat
|