Skip to content

Commit

Permalink
added arm built to travis;
Browse files Browse the repository at this point in the history
  • Loading branch information
Tino Rusch committed Sep 29, 2016
1 parent 4f09918 commit 2712af7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ before_install:
script:
- docker run -v $(pwd):/src trusch/susi-builder:stable
- cp build/*.deb ./susi-shell-${TRAVIS_BRANCH}-linux-amd64.deb
- docker run -v $(pwd):/opt/rootfs/src trusch/susi-arm-builder:stable
- cp build/*.deb ./susi-shell-${TRAVIS_BRANCH}-linux-armhf.deb

deploy:
provider: releases
file: "susi-shell-${TRAVIS_BRANCH}-linux-amd64.deb"
file:
- "susi-shell-${TRAVIS_BRANCH}-linux-amd64.deb"
- "susi-shell-${TRAVIS_BRANCH}-linux-armhf.deb"
skip_cleanup: true
on:
tags: true
Expand Down

0 comments on commit 2712af7

Please sign in to comment.