Skip to content

Commit

Permalink
Uploading a build to github
Browse files Browse the repository at this point in the history
  • Loading branch information
basvodde committed Jul 12, 2014
1 parent f6e7d92 commit adf9787
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis_github_deployer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ destination_repository: https://github.com/cpputest/cpputest.github.io.git

files_to_deploy:
cpputest_build/unit_test_report/*: unit_test_report
cpputest_build/cpputest-3.7dev.tar.gz: releases
cpputest_build/cpputest-3.7dev.zip: releases

1 change: 1 addition & 0 deletions scripts/travis_ci_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ if [ "x$BUILDTOOL" = "xautotools" ]; then
ant -f generate_junit_report_ant.xml

make dist
make dist-zip

if [ "x$CXX" = "xg++" ]; then
cd .. && travis_github_deployer -v || exit 1
Expand Down

0 comments on commit adf9787

Please sign in to comment.