Skip to content

Commit

Permalink
Build from travis to GitHub Releases on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
benhylau committed Jan 8, 2019
1 parent e4318a4 commit 026c87b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ script:
- sha1sum output/*
- ls -al output/*

deploy:
- provider: releases
api_key:
secure: FIKQFkf9xcBvom8Chf/NMtrb1hTNHScZSORBWKbq0gBU0fQZDvOvxXFPWuyq98g0uFaj7Tk9t6+g/fxrkZ76ZINSDZ6aIZBPLWU8iChMiG4kOgCvwN5zQyK4Xbr0wlNNaAdz1UQySIbKhpbd8MV5tHbU1HHskDDAi0nznKO9kVk+Fw/lTYzjAr/NrNZfyAgdaflVLgFr4UEoIx3pxlcm3RJbzApdrCSdgz1WzIQxtCCDHXWbAwDMxvyh42al1E11rbFSXJgQp1fjo4h3I6FplOd+4BRotYNcLEwJYEQBKbwyGgIcvjMlXosGjQhPxeSN5/525XRwn8C9mB5uFFMbkO5X24cEc9JYqpQg+ArbxSvDmNEu14up3jztSb72Eo7HlPZP3JZPp6uWk6fyZReBd20QvQYOTEb7JHr/yfJsUCYPIp/AsAKW0D85HHjVXcKZ1q3J4pRHMDJZS4QB9MmYyAknRD+EWDuD9Hu+v+TgX/F1TSPov4yRojI1LI5T16vqwAuBNkLzQpTy5OWx4ikOgqYZqjV1oVgITtkrQP5wUjezLe8mVrsDl8SyGfPvbnbnbSqplEcjjrbREVDeFesRMtwauRBQNZR16fS7OG6GWp1GporiFqrW10wpVM11xRqbiZurKbyi1mhYqGTjQhXPrToJUP+8fSw6zXoFAdDQPWQ=
file_glob: true
file: "output/*"
skip_cleanup: true
on:
repo: tomeshnet/mesh-orange
tags: true

# TODO
# - auto deploy the output files to a github release if this is a tagged commit
# - Push the rendered document svg + pdf output to somewhere
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ A small ramdisk system running modern Debian
============================================

[![Build Status](https://travis-ci.org/tomeshnet/mesh-orange.svg?branch=master)](https://travis-ci.org/tomeshnet/mesh-orange)
[![GitHub release](https://img.shields.io/github/release/tomeshnet/mesh-orange.svg)](https://github.com/tomeshnet/mesh-orange/releases)

This project will create system images for installing a Debian-based
router.
Expand Down

0 comments on commit 026c87b

Please sign in to comment.