From 0f27192051fe1e55251744f7cba11782fc53ff50 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Mon, 14 Nov 2016 21:47:14 +0000 Subject: [PATCH] Explicitly run cpack with Release config on Travis --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9356b07..01a7caa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,9 +30,7 @@ script: - python -m unittest test after_success: - # Get the full repo history before trying to run the archiver. - - git fetch --unshallow - - ../cmake-3.6.2-Linux-x86_64/bin/cpack + - ../cmake-3.6.2-Linux-x86_64/bin/cpack -C Release - cd $TRAVIS_BUILD_DIR # Need to replace the Bintray config files' version placeholders. - VERSION=$(ls build/package/loot_api_python-*.tar.xz | sed 's/build\/package\/loot_api_python-//;s/-Linux.tar.xz//;')