forked from google/binexport
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
31 lines (23 loc) · 690 Bytes
/
appveyor.yml
File metadata and controls
31 lines (23 loc) · 690 Bytes
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
image: Visual Studio 2017
environment:
idasdk_secret:
secure: e8rrgX8BRIaH59lHhkE56P7z9XjkkoN59li6krpEUOE=
matrix:
fast_finish: true
cache:
- build_msvc\openssl
- build_msvc\postgresql
- build_msvc\protobuf
install:
- call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" x86
- mkdir build_msvc
# IDA SDK
- C:\OpenSSL-Win32\bin\openssl.exe aes-256-cbc -k "%idasdk_secret%"
-in third_party\idasdk72.zip.enc -out third_party\idasdk72.zip -d
#- 7z x -bt -mmt2 idasdk.zip
- unzip -q third_party\idasdk72.zip -d third_party
before_build:
- cd build_msvc
- cmake .. -DCMAKE_BUILD_TYPE=Release
build_script:
- msbuild binexport.sln /p:Configuration=Release /m