Merge pull request #126 from enckse/master

simple travisci definition
This commit is contained in:
Daniel Oaks 2017-07-26 07:34:15 +10:00 committed by GitHub
commit 73703be181
3 changed files with 10 additions and 0 deletions

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: go
install: make deps
script: make

View File

@ -46,3 +46,6 @@ arm6:
$(call add-files,$(ARM6)) $(call add-files,$(ARM6))
mv oragono $(ARM6) mv oragono $(ARM6)
cd $(ARM6) && tar -czvf ../oragono-$(VERS)-arm.tgz * cd $(ARM6) && tar -czvf ../oragono-$(VERS)-arm.tgz *
deps:
go get -v -d

View File

@ -67,6 +67,8 @@ The `stable` branch contains the latest release. You can run this for a producti
#### Building #### Building
[![Build Status](https://travis-ci.org/oragono/oragono.svg?branch=master)](https://travis-ci.org/oragono/oragono)
Clone the appropriate branch. From the root folder, run `make` to generate all release files for all of our target OSes: Clone the appropriate branch. From the root folder, run `make` to generate all release files for all of our target OSes:
``` ```
make make