forked from bcosorg/bcos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
58 lines (38 loc) · 1.18 KB
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
version: 1.6.2.{build}
os: Windows Server 2012 R2
environment:
MSBuild: "\"c:/Program Files (x86)/MSBuild/12.0/bin/msbuild.exe\""
#PLATFORM: - defined in appveyor env
#CONFIGURATION: - defined in appveyor env
clone_folder: c:\projects\cpp-dependencies
platform:
- Win32
- x64
#configuration:
#- Debug
#- Release , this will be set later
build: off # temporarily
# scripts to run before build
#build_script:
#- cmake --version
#- cd c:\projects\cpp-dependencies
#- set CONFIGURATION=Debug
#- call build_jsoncpp.bat
#- call bundle_jsoncpp.bat
#- call build_microhttpd.bat
#- call bundle_microhttpd.bat
#- call build_curl.bat
#- call bundle_curl.bat
#- set CONFIGURATION=Relase
#- call build_jsoncpp.bat
#- call bundle_jsoncpp.bat
#- call build_microhttpd.bat
#- call bundle_microhttpd.bat
#- call build_curl.bat
#- call bundle_curl.bat
#- set CONFIGURATION=Debug
#- call build_jsonrpccpp.bat
#- call bundle_jsonrpccpp.bat
#- set CONFIGURATION=Release
#- call build_jsonrpccpp.bat
#- call bundle_jsonrpccpp.bat