Carlos Martín Nieto
|
84597241e0
|
Exit when pkg-config isn't found
We run pkg-config in a subshell, so our 'set -e' does not take effect
there. Explicitly error out if there was an error running pkg-config.
|
2014-08-26 23:32:27 +02:00 |
Carlos Martín Nieto
|
a2b14b5be4
|
Tighten up the build
Build as release, and there is no need to install the library, we know
where the files are.
|
2014-06-07 19:12:33 +02:00 |
Carlos Martín Nieto
|
aabeb7f585
|
Really build statically
|
2014-06-07 15:43:05 +02:00 |
Carlos Martín Nieto
|
6862c2c82d
|
hack for travis
|
2014-06-07 14:07:15 +02:00 |
Carlos Martín Nieto
|
0646294282
|
Move some logic into the Makefile
This should provide a nice compromise between the scripts and comon
commands.
|
2014-06-03 18:35:09 +02:00 |
Carlos Martín Nieto
|
de4f42f476
|
Add scripts to build and use a static libgit2
|
2014-06-03 12:03:00 +02:00 |