26edffd5f5
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.
6 lines
68 B
Bash
Executable File
6 lines
68 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
exec "$(dirname "$0")/build-libgit2.sh" --static
|