forked from Volumental/instant-meshes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.appveyor.yml
30 lines (30 loc) · 946 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
version: 1.0.{build}
os: Visual Studio 2015
test: off
clone_folder: C:\projects\InstantMeshes
branches:
only:
- master
install:
- git submodule update --init --recursive
- cinstall: python
build_script:
- echo Running cmake...
- cd c:\projects\InstantMeshes
- cmake -G "Visual Studio 14 2015 Win64"
- set MSBuildLogger="C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
- set MSBuildOptions=/v:m /p:Configuration=Release /logger:%MSBuildLogger%
- msbuild %MSBuildOptions% InstantMeshes.sln
- cd Release
- 7z a ../instant-meshes-windows.zip "Instant Meshes.exe"
- cd ..
- appveyor PushArtifact instant-meshes-windows.zip -FileName instant-meshes-windows.zip
deploy:
provider: S3
region: eu-central-1
access_key_id: AKIAJRIZYZRNQUXO7WZA
secret_access_key:
secure: Vy3I/MR5NtWDTXLbHcUzS6cwCSKZa/M8JYQZwHrip7cVW50Aez239OeqpC2je9yd
bucket: instant-meshes
set_public: true
folder: Release