Skip to content

Commit

Permalink
Appveyor: Add build artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenlovegrove committed Mar 3, 2017
1 parent 26756e6 commit 5f06939
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions appveyor.yml
Expand Up @@ -6,6 +6,7 @@ platform: x64
configuration: Release

build:
verbosity: minimal
project: c:/projects/Pangolin/build/Pangolin.sln

install:
Expand All @@ -17,3 +18,7 @@ before_build:
- mkdir build
- cd build
- cmake -G "Visual Studio 14 2015 Win64" -D EIGEN3_INCLUDE_DIR=C:/projects/eigen-eigen-b9cd8366d4e8 ..

on_success:
- 7z a pangolin_build.zip "c:/projects/Pangolin/build/src/include" "c:/projects/Pangolin/build/src/Release/pangolin.lib" "c:/projects/Pangolin/build/tools/*/Release/*.exe" "c:/projects/Pangolin/build/examples/*/Release/*.exe"
- appveyor PushArtifact pangolin_build.zip

0 comments on commit 5f06939

Please sign in to comment.