aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* make: implemented a build tool for blogcRafael G. Martins2016-12-271-0/+3
| | | | | | | | | | | | | | | | | so, this is basically what happens when you don't have anything better to do in the christmas weekend. most of this code was written in the last 2 or 3 days. i'd like to thank the chivas brothers, the weather and my psychological problems for this achievement. on a serious note, this tool still needs a man page, more tests, and the aws lambda function should be adapted to use it instead of (or together with) make/busybox. also, while talking about aws lambda, this tool can be nicely embedded into the blogc binary, to produce a single "small" static binary for usage in lambda ;)
* github-lambda: initial implementation of AWS Lambda functionRafael G. Martins2016-12-071-0/+3
|
* travis: unshallow repository before calling autogen.shRafael G. Martins2016-10-151-5/+3
| | | | | | this is a better fix to previous travis failures than setting arbitrary depth or increasing it for a very large number, because this repo isn't really large.
* travis: increase git clone depthRafael G. Martins2016-10-151-0/+4
| | | | | | when --depth=50 is not enough to run your tests because `git describe` fails to find the latest commit with a tag, it probably means that you are not doing enough releases...
* Revert "travis: fetch tags from git. travis just clones master by default now"Rafael G. Martins2016-10-151-3/+1
| | | | This reverts commit 1e674a43286abd4d4aa71c6c882309b18601c388.
* travis: fetch tags from git. travis just clones master by default nowRafael G. Martins2016-10-151-1/+3
|
* Revert "travis: trying to fix build"Rafael G. Martins2016-10-151-1/+0
| | | | This reverts commit f4ebaba609780cccf4aaa360210490e58e6f49bd.
* travis: trying to fix buildRafael G. Martins2016-10-151-0/+1
|
* cleanup libevent depRafael G. Martins2016-09-251-1/+0
|
* runserver: removed libmagic dependencyRafael G. Martins2016-09-221-1/+0
|
* build: drop windows supportRafael G. Martins2016-04-281-8/+0
|
* blogc-runserver: import external tool to blogc repositoryRafael G. Martins2016-04-271-0/+2
| | | | | | | | still in the effort to reduce maintenance work, I'm importing blogc-runserver tool to the main blogc repository. the tool is build by default, if needed headers and libraries are found.
* travis: trying to fix deployRafael G. Martins2016-04-061-12/+3
|
* travis: improved deploy conditionsRafael G. Martins2016-03-091-1/+3
|
* travis: optimizeRafael G. Martins2016-03-091-0/+1
|
* travis: removed encrypted vars from .travis.ymlRafael G. Martins2016-03-081-5/+0
|
* travis: added script to upload distfilesRafael G. Martins2016-03-081-1/+14
|
* build: added make rule to build srpmRafael G. Martins2016-03-081-0/+4
|
* travis: trying to build for windowsRafael G. Martins2016-03-071-6/+12
|
* added travis supportRafael G. Martins2016-03-071-0/+28
|
* Revert "added travis support"Rafael G. Martins2015-04-191-19/+0
| | | | This reverts commit 98cbd56704061895103d6f08d47ae46fd18f0878.
* added travis supportRafael G. Martins2015-04-191-0/+19