Tatsuhiro Tsujikawa
75b98662be
Don't use `git submodule update --init` in Makefile
...
This is because when we make tar ball, we are no longer under git
control. git submodule does not work there. We instead bundle mruby
source tree in archive. git submodule command is only required when
building from git repository.
2015-09-06 01:23:11 +09:00
Tatsuhiro Tsujikawa
d076d54f67
nghttpx: Don't add mruby related CPPFLAGS and LDFLAGS if it is disabled
...
Setting unused -L really makes libtool get angry
2015-09-05 18:03:05 +09:00
Tatsuhiro Tsujikawa
6b8aa36c98
travis: Use gcc-4.9 instead of gcc-4.8
2015-04-22 23:59:23 +09:00
Tatsuhiro Tsujikawa
4069aab4f7
travis: Attempt to enable gcc
2015-04-22 23:59:23 +09:00
Tatsuhiro Tsujikawa
5595ba643e
travis: Use container-based infrastructure
2015-04-22 23:59:23 +09:00
Tatsuhiro Tsujikawa
9763ea768d
travis: Add libev-dev
2015-01-03 00:25:19 +09:00
Alexis La Goutte
781d570ec1
Travis: Remove python (No needed)
...
and it is now valided by http://lint.travis-ci.org/
(Hooray, your .travis.yml seems to be solid!)
2014-12-31 11:16:24 +01:00
Alexis La Goutte
8883df2fd6
Add make check to Travis
2014-08-08 13:20:48 +02:00
Alexis La Goutte
8433a75a6b
Travis : Disable GCC build (don't work with GCC travis release)
2014-08-08 13:14:18 +02:00
Tatsuhiro Tsujikawa
139c3b508a
Revert "Use gcc-4.9 for travis build"
...
This reverts commit 8207dd33b7
.
2014-07-20 22:32:46 +09:00
Tatsuhiro Tsujikawa
8207dd33b7
Use gcc-4.9 for travis build
2014-07-20 22:26:20 +09:00
Alexis La Goutte
3921af434a
Add .travis.yml to get build by Travis-ci (Github)
...
Use gcc-4.8 (don't build with gcc-4.6)
Update libstdc++-4.8 to fix Clang build
Don't install cython (Never build...)
2014-05-28 15:52:16 +02:00