diff options
| author | lhchavez <[email protected]> | 2020-02-22 23:07:08 +0000 |
|---|---|---|
| committer | lhchavez <[email protected]> | 2020-02-22 18:21:38 -0800 |
| commit | 26edffd5f57618d2927926fde4c4ac1fcba5d84a (patch) | |
| tree | 94f5e540a09001b7733e3fcfa64da48f00e2e068 /script/build-libgit2-dynamic.sh | |
| parent | 419bac9075cd0967b09f4e0f9884a1d87298c2e3 (diff) | |
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.
Diffstat (limited to 'script/build-libgit2-dynamic.sh')
| -rwxr-xr-x | script/build-libgit2-dynamic.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/script/build-libgit2-dynamic.sh b/script/build-libgit2-dynamic.sh new file mode 100755 index 0000000..af037f3 --- /dev/null +++ b/script/build-libgit2-dynamic.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +set -e + +exec "$(dirname "$0")/build-libgit2.sh" --dynamic |
