diff --git a/.travis_github_deployer.yml b/.travis_github_deployer.yml index 76e7d0261..fe0139e96 100644 --- a/.travis_github_deployer.yml +++ b/.travis_github_deployer.yml @@ -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 diff --git a/scripts/travis_ci_build.sh b/scripts/travis_ci_build.sh index 4e96fffe8..bcd9a00af 100755 --- a/scripts/travis_ci_build.sh +++ b/scripts/travis_ci_build.sh @@ -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