aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorRichard Levitte <richard@levitte.org>2021-02-13 14:50:49 +0100
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>2021-10-11 19:34:09 +0300
commit265d89dcbce7fce4fa2b560b70597132fd8eb3b2 (patch)
tree52a028123493f28252b39bbb3d1aa1a38edf361d /.cirrus.yml
parent23ccf9300e496e115742a44d5f52490f431156f5 (diff)
downloadgost-engine-265d89dcbce7fce4fa2b560b70597132fd8eb3b2.zip
gost-engine-265d89dcbce7fce4fa2b560b70597132fd8eb3b2.tar.gz
gost-engine-265d89dcbce7fce4fa2b560b70597132fd8eb3b2.tar.bz2
Making a gost provider - Add the provider foundation
This adds the source to get a minimal provider that provides... nothing.
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 7a0c3c9..d205855 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -8,6 +8,8 @@ FreeBSD_task:
install_script:
- pkg install -y git cmake p5-App-cpanminus gdb pkgconf
- sudo cpanm --notest Test2::V0
+ update_git_script:
+ - git submodule update --recursive --init
script:
- git clone --depth 1 -b ${OPENSSL_BRANCH} https://github.com/openssl/openssl.git
- cd openssl