Skip to content

Commit 901f2a2

Browse files
committed
Adding automatic releases via travis
1 parent db9ccb6 commit 901f2a2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ addons:
1010
packages:
1111
- g++-7
1212

13+
deploy:
14+
provider: releases
15+
api_key: $GITHUB_TOKEN
16+
file: "walker"
17+
skip_cleanup: true
18+
on:
19+
tags: true
20+
1321
before_script:
1422
- mkdir build
1523
- cd build

0 commit comments

Comments
 (0)