Skip to content

Commit f9ff2f3

Browse files
committed
Added travis-ci configuration
1 parent a0aa3e4 commit f9ff2f3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
script:
2+
- cd python/
3+
- bash -x build.sh
4+
- tar czvf python-leetcode.tar.gz -C out/ .
5+
addons:
6+
artifacts:
7+
paths:
8+
- python/python-leetcode.tar.gz
9+
deploy:
10+
provider: releases
11+
api_key: $GITHUB_TOKEN
12+
file: python/python-leetcode.tar.gz
13+
skip_cleanup: true
14+
on:
15+
branch: dev

0 commit comments

Comments
 (0)