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
3 changed files with 10 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
language: go
install: make deps
script: make
+3
View File
@@ -46,3 +46,6 @@ arm6:
$(call add-files,$(ARM6))
mv oragono $(ARM6)
cd $(ARM6) && tar -czvf ../oragono-$(VERS)-arm.tgz *
deps:
go get -v -d
+2
View File
@@ -67,6 +67,8 @@ The `stable` branch contains the latest release. You can run this for a producti
#### 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:
```
make