mirror of
https://github.com/thelsing/knx.git
synced 2025-08-17 13:47:28 +02:00
Update .travis.yml
This commit is contained in:
parent
7dbd36eb7b
commit
3bff47c974
@ -14,3 +14,11 @@ before_script:
|
||||
- cmake ..
|
||||
|
||||
script: make
|
||||
|
||||
deploy:
|
||||
provider: releases
|
||||
api_key: "GITHUB OAUTH TOKEN"
|
||||
file: "port/arduino/knx-arduino-1.0.0.zip"
|
||||
skip_cleanup: true
|
||||
on:
|
||||
tags: true
|
||||
|
Loading…
Reference in New Issue
Block a user