X-Git-Url: http://www.wagner.pp.ru/gitweb/?p=openssl-gost%2Fengine.git;a=blobdiff_plain;f=.cirrus.yml;h=a9de148e641663bf1759e12940a45388d92c6f06;hp=7a0c3c9322062110b28d257ee4163097bfc5691a;hb=HEAD;hpb=86bfcaca3c710def42582662311fb969ded120a3 diff --git a/.cirrus.yml b/.cirrus.yml index 7a0c3c9..a9de148 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,6 +1,6 @@ FreeBSD_task: freebsd_instance: - image_family: freebsd-12-1 + image_family: freebsd-13-1 env: PREFIX: ${HOME}/opt PATH: ${PREFIX}/bin:${PATH} @@ -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