Skip to content

Commit

Permalink
Prepared travis for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomyno committed Jul 3, 2020
1 parent faa9e95 commit 80d1368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
before_deploy:
# prepare release folder
- exes=(*.out)
- args=("benchmark" "KargerMinCut" "Shared" "dataset" "README.md"
"Makefile" "HW3.sln" "${csvs[@]}" "${exes[@]}")
- args=("benchmark" "KargerMinCut" "KargerMinCutTimeout" "KargerSteinMinCut" "Shared" "dataset" "README.md"
"Makefile" "process.py" "HW3.sln" "${csvs[@]}" "${exes[@]}")
- tar -czf ./algorithms-hw3.tar.gz "${args[@]}"
- export DEPLOY_PACKAGE=./algorithms-hw3.tar.gz
- echo "DEPLOY_PACKAGE is ${DEPLOY_PACKAGE}"
Expand Down

0 comments on commit 80d1368

Please sign in to comment.