Skip to content

Commit

Permalink
Added travis-ci configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
fspv committed Oct 8, 2021
1 parent a0aa3e4 commit f9ff2f3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
script:
- cd python/
- bash -x build.sh
- tar czvf python-leetcode.tar.gz -C out/ .
addons:
artifacts:
paths:
- python/python-leetcode.tar.gz
deploy:
provider: releases
api_key: $GITHUB_TOKEN
file: python/python-leetcode.tar.gz
skip_cleanup: true
on:
branch: dev

0 comments on commit f9ff2f3

Please sign in to comment.