Skip to content

Commit

Permalink
Updated CI artifacts to new name
Browse files Browse the repository at this point in the history
Signed-off-by:doe300 <[email protected]>
  • Loading branch information
doe300 committed Jun 27, 2016
1 parent 7d71a99 commit ea99466
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ after_script:

before_deploy:
- ls ./
- mv build/OHMComm build/OHMComm-$TRAVIS_OS_NAME-$TRAVIS_TAG
- mv build/OHMCommStandalone build/OHMCommStandalone-$TRAVIS_OS_NAME-$TRAVIS_TAG

deploy:
provider: releases
api_key: "eCpBRcWXtxWlRBxGVQFwMq+zR5ga4/TwZZV1W5pgJd1mT6sECTFaYr5Z3T7MOoSWkBBYFQ56ulIi4rMrcoN1WH7kbqX6RwfwYRm3LakqsLD9iRwLXzLNNke2RAAC2Z7UA8GgFaVtVHJxHj4DVLMSva9PqS2K3F9xQmiTDKp4LuU="
file-glob: true
file: "build/OHMComm-*"
file: "build/OHMCommStandalone-*"
skip_cleanup: true
on:
tags: true
Expand Down
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ os:
build_script:
- md build
- cd build
- cmake --version
- cmake -DBUILD_TESTING=ON -DTEST_OUTPUT_CONSOLE=ON -G"Visual Studio 14 2015" ..
- cmake --build .

after_build:
- ps: Push-AppveyorArtifact build\Debug\OHMComm.exe -FileName "OHMComm-win-$env:platform.exe"
- ps: Push-AppveyorArtifact build\Debug\OHMCommStandalone.exe -FileName "OHMCommStandalone-win-$env:platform.exe"

#test_script:
# - .\build\test\Debug\Tests.exe
Expand All @@ -29,7 +30,7 @@ deploy:
description: 'Windows builds'
draft: false
prerelease: false
artifact: OHMComm-win-$(platform).exe
artifact: OHMCommStandalone-win-$(platform).exe
auth_token:
secure: fIObA1SGSxF/oK69Deh0D7eTmdJirubBGCjbHDn7EA7M4mP2AdkHDEheW77PTPge
on:
Expand Down

0 comments on commit ea99466

Please sign in to comment.