Skip to content

Commit

Permalink
Starting fresh with a new appveyor.yml and new appveyor project
Browse files Browse the repository at this point in the history
  • Loading branch information
joelself committed Jan 8, 2016
1 parent 96c3879 commit 93fff3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ branches:
os: Visual Studio 2013
configuration:
- Debug
- Release
- Relase
platform:
- x86
- x64
clone_depth: 1
install:
- cinst swig
- cinst 7zip.commandline
build:
project: VS2010/fann.sln
parallel: true
verbosity: normal
artifacts:
- path: bin/Debug/x64/FANNCSharp.Double.dll
Expand Down Expand Up @@ -111,7 +111,7 @@ deploy:
tag: v$(appveyor_build_version)
description: Pre-release of FANNCSharp. See [the README.md](https://github.com/joelself/FannCSharp/blob/master/README.md) to see what goes where and how to use the library.
auth_token:
secure: JhdGiQoSYPGjjs8QjmwYnUoqzFkbCFc/xdeoAYD3Rdzr+yJIrpsR9kekfpGYDRB+
secure: iFF+4Fqi7c/H4giU9hWD8tmnl019whE+5gmHOHuTqZ21XC6UpAFbxHuL1aeHan+R
artifact: /.*\.zip/
prerelease: true
on:
Expand Down

0 comments on commit 93fff3e

Please # to comment.