Skip to content

Commit 0923c64

Browse files
committed
Manage GnuPG install scripts with submodules
We use these ones: https://github.com/riboseinc/gpg-build-scripts.
1 parent 8e92887 commit 0923c64

File tree

5 files changed

+7
-445
lines changed

5 files changed

+7
-445
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "ci/gpg"]
2+
path = ci/gpg
3+
url = https://github.com/riboseinc/gpg-build-scripts.git

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,14 @@ env:
5757
5858
before_install:
5959
- mkdir -p ${DEPS_PREFIX}
60-
- pushd ci
60+
- pushd ci/gpg
6161
- >
6262
./install_gpg_all.sh "${GPG_VERSION}"
6363
--build-dir "${DEPS_BUILD_DIR}/gpg"
6464
--configure-opts "${GPG_CONFIGURE_OPTS}"
6565
--folding-style travis
66+
- popd
67+
- pushd ci
6668
- ./install_botan.sh
6769
- ./install_json_c.sh
6870
- ./install_rnp.sh

ci/gpg

Submodule gpg added at bbb47b5

ci/install_gpg_all.sh

Lines changed: 0 additions & 140 deletions
This file was deleted.

0 commit comments

Comments
 (0)