Carlos Martín Nieto
5f3a9d76b8
travis: don't install libgit2 for 'next' branch
...
We have our own libgit2 in a submodule, so this is unnecessary. While in
the area, update which version of libgit2 would be downloaded and remove
unnecessary CMake flags.
2015-06-28 13:17:14 +02:00
Carlos Martín Nieto
3115b6c762
travis: allow containerized builds
...
These builds should be quicker and faster. We don't need sudo, so write
that down for Travis to move us to these builds.
2015-06-28 01:32:59 +02:00
Artiom Di
6454808f69
Test on travis using Go1.4 too
2015-04-03 14:53:15 +03:00
Carlos Martín Nieto
063bed33a9
Add a call to ldconfig in the travis script
...
This should help it find the library we just installed.
2015-03-15 01:03:06 +01:00
Carlos Martín Nieto
81d5cc0157
Make travis script install to /usr/local
...
This is the correct place for software not installed by the system's
package manager.
2015-03-15 00:53:02 +01:00
Matthew Donoughe
8bb707b827
return to correct directory for main build
2015-02-13 22:07:54 -05:00
Matthew Donoughe
0d3cc8be8a
sudo make install?
2015-02-13 22:00:41 -05:00
Matthew Donoughe
5be2387aeb
install libgit2 on travis ci
2015-02-13 21:43:16 -05:00
Carlos Martín Nieto
ce7a12da68
travis: build with Go 1.3
2014-07-03 08:48:41 +02:00
Carlos Martín Nieto
4b681f9207
Don't build with Go 1.0
...
Its cgo linker doesn't support statically linking C libraries.
2014-06-07 19:14:11 +02:00
Carlos Martín Nieto
3da96c3dd7
Adjust travis script to static
2014-06-07 03:27:00 +02:00
Carlos Martín Nieto
3ca566e105
Update travis settings
...
Build on 1.2 and allow tip to fail. These failures sometimes are our
fault, sometimes go's.
2014-05-31 16:51:51 +02:00
Carlos Martín Nieto
b2a2a279d9
Add a settings package
...
This lets us modify the libgit2-wide options/settings.
2014-03-25 09:27:05 +01:00
Carlos Martín Nieto
f5f8e13744
Add a travis script
...
Add a build script and ask Travis to run it. It downloads the tip of
libgit2's dev branch and tests against that.
2014-02-28 15:15:32 +01:00