-
Notifications
You must be signed in to change notification settings - Fork 9
/
appveyor.yml
34 lines (26 loc) · 937 Bytes
/
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
environment:
CMAKE_PATH: c:\projects\JamomaMax\cmake-3.3.0-rc4-win32-x86
encrypted_key:
secure: wMFDidPMGaYZm9nzEn9OSoPa2BIRrLw5bpKkvcGJCY8=
encrypted_iv:
secure: iXPMeWgtvO5yvxY5yQodIH7+AAZhMjjLIAgUw429d7A=
configuration: Release
#shallow_clone: true # clone repository as zip archive
install:
- curl --retry 10 -sO https://cmake.org/files/v3.4/cmake-3.4.1-win32-x86.zip
- 7z x cmake-3.4.1-win32-x86.zip -y > nul
- curl --retry 10 -sO http://jaist.dl.sourceforge.net/project/winscp/WinSCP/5.7.5/winscp575automation.zip
- 7z x winscp575automation.zip -y > nul
platform:
- Win32
- x64
build_script:
- ps: c:\projects\JamomaMax\script\build-appveyor.ps1
# deploy script is called in the build script above
# deploy_script:
# - ps: c:\projects\JamomaMax\script\deploy-appveyor.ps1
artifacts:
- name: Jamoma for Max - Windows $(platform)
path: JamomaMax-*.zip
- name: Log files
path: '*.log'