This website requires JavaScript.
Explore
Help
Sign In
jcarr
/
git2go
Watch
1
Star
0
Fork
You've already forked git2go
0
Code
Issues
52
Pull Requests
31
Packages
Projects
Releases
Wiki
Activity
90af2ae3f3
git2go
/
script
/
build-libgit2-static.sh
6 lines
68 B
Bash
Raw
Normal View
History
Unescape
Escape
Add scripts to build and use a static libgit2
2014-06-03 05:03:00 -05:00
#!/bin/sh
Update CI configuration This change: * Updates the GitHub actions so that they run different commands for the dynamic and static flavors of libgit2. * Updates the .travis.yml file so that it does roughly the same as the GitHub actions. * Adds the release-* branches to the CI configurations.
2020-02-22 17:07:08 -06:00
set
-e
Add scripts to build and use a static libgit2
2014-06-03 05:03:00 -05:00
Update CI configuration This change: * Updates the GitHub actions so that they run different commands for the dynamic and static flavors of libgit2. * Updates the .travis.yml file so that it does roughly the same as the GitHub actions. * Adds the release-* branches to the CI configurations.
2020-02-22 17:07:08 -06:00
exec
"
$(
dirname
"
$0
"
)
/build-libgit2.sh
"
--static