aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/travis-build.sh
Commit message (Collapse)AuthorAgeFilesLines
* travis: splitted scriptsRafael G. Martins2017-02-101-48/+0
|
* github-lambda: drop external dependenciesRafael G. Martins2016-12-271-6/+23
|
* make: implemented a build tool for blogcRafael G. Martins2016-12-271-1/+8
| | | | | | | | | | | | | | | | | 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 ;)
* travis: fixesRafael G. Martins2016-12-131-1/+1
|
* lambda: add more dependenciesRafael G. Martins2016-12-131-7/+6
|
* travis: actually build static binary for github-lambdaRafael G. Martins2016-12-121-9/+4
|
* travis: build blogc binary statically linked for github-lambdaRafael G. Martins2016-12-121-1/+10
|
* build: travis: improve test running option/CFLAGSRafael G. Martins2016-10-301-1/+1
|
* travis: revert test callRafael G. Martins2016-10-151-2/+0
|
* Revert "travis: trying to fix build"Rafael G. Martins2016-10-151-6/+1
| | | | This reverts commit fd1e581ff0318f92ead6b334c8019ae44e98bdcf.
* travis: trying to fix buildRafael G. Martins2016-10-151-1/+6
|
* blogc: added more parenthesis to make gcc happy. trying to fix travisRafael G. Martins2016-10-151-0/+2
|
* build: use bash, but get it properly during build timeRafael G. Martins2016-10-121-1/+1
| | | | hardcoding it for travis, as bash is always installed there.
* build: man: tests: do not use bashRafael G. Martins2016-10-121-1/+1
| | | | tested with busybox' ash, that is not exactly posix.
* build: drop windows supportRafael G. Martins2016-04-281-32/+6
|
* blogc-runserver: import external tool to blogc repositoryRafael G. Martins2016-04-271-2/+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.
* blogc-git-receiver: import external tool to blogc repositoryRafael G. Martins2016-04-271-1/+2
| | | | | | | | | still in the effort to reduce maintenance work, I'm importing blogc-git-receiver tool to the main blogc repository. the tool is build by default, if needed headers are found. that means that it will probably only be built for posix-compliant operating systems.
* remove squareball for goodRafael G. Martins2016-04-271-1/+0
|
* travis: added script to upload distfilesRafael G. Martins2016-03-081-0/+47