Skip to content

Commit

Permalink
Updating appveyor file
Browse files Browse the repository at this point in the history
  • Loading branch information
lukacu committed May 11, 2017
1 parent 43d2c43 commit 6fdbff6
Showing 1 changed file with 22 additions and 6 deletions.
28 changes: 22 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ environment:
INSTALL_DIR: c:\projects\trax\trax
matrix:
- GENERATOR: "Visual Studio 12 2013"
BUILD_PLATFORM: 32_vs12
BUILD_PLATFORM: windows32_vs12
OPENCV_VERSION: 2.4.13

- GENERATOR: "Visual Studio 12 2013 Win64"
BUILD_PLATFORM: 64_vs12
BUILD_PLATFORM: windows64_vs12
OPENCV_VERSION: 2.4.13

- GENERATOR: "Visual Studio 14 2015 Win64"
BUILD_PLATFORM: 64_vs14
BUILD_PLATFORM: windows64_vs14
OPENCV_VERSION: 3.1.0.20160701

# Automatically register private account and/or project AppVeyor NuGet feeds.
Expand Down Expand Up @@ -98,7 +98,8 @@ build_script:
- msbuild INSTALL.vcxproj /p:Configuration=Debug /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
- msbuild INSTALL.vcxproj /p:Configuration=Release /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
- 7z a -tzip trax-%BUILD_VERSION%-%BUILD_PLATFORM%.zip trax/*

- 7z a -tzip trax_%BUILD_PLATFORM%.zip trax/*

test: off

#---------------------------------#
Expand All @@ -108,7 +109,7 @@ test: off
artifacts:

# pushing a single file
- path: trax-*.zip
- path: trax*.zip

# pushing all *.nupkg files in build directory recursively
# - path: '**\*.nupkg'
Expand All @@ -122,14 +123,29 @@ deploy:
- provider: FTP
protocol: ftp
host: box.vicos.si
username: appveyor
username:
secure: bDHnDKIt8ViL7omIcl/oSQ==
password:
secure: iUkFvVxZhfw9FG4FC7YqxQ==
folder: /vot/trax/
application:
active_mode: false
beta: true # enable alternative FTP library for 'ftp' and 'ftps' modes
debug: true # show complete FTP log
artifact: trax-*.zip
- provider: BinTray
username:
secure: Pj3SA0paaY9ttXiqhO3Ktw==
api_key:
secure: MNgt5hxXPUBXZbzzQ4fVHfl6f4A3Koile2Ebc0iCLCDl2LxexlLLxlFXEIDc/h3o
subject: votchallenge
repo: trax
package: stable
version: $(BUILD_VERSION)
publish: true
override: true
explode: false
artifact: trax_*.zip

# Deploying to NuGet feed
# - provider: NuGet
Expand Down

0 comments on commit 6fdbff6

Please sign in to comment.