Skip to content

Commit

Permalink
Add travis
Browse files Browse the repository at this point in the history
  • Loading branch information
blavka committed Oct 2, 2017
1 parent 84a633b commit 232441b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
dist: trusty
language: c
addons:
apt:
sources:
- sourceline: ppa:team-gcc-arm-embedded/ppa
packages:
- gcc-arm-embedded
script:
- make release OUT=bcf-sigfox-button-${TRAVIS_TAG}
deploy:
skip_cleanup: true
file_glob: true
file: out/release/*.bin
api_key: ${GITHUB_KEY}
provider: releases
overwrite: true
on:
tags: true
notifications:
email: false

0 comments on commit 232441b

Please sign in to comment.