Add openssl (WIP)

Add openssl (WIP)

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
Bensuperpc 2021-08-26 10:13:52 +02:00
parent b3616c037c
commit 2c7b043396

View File

@ -353,6 +353,12 @@ jobs:
cd src
./../../tools/dockcross-make-builder.sh ${{ matrix.arch_name.image }} net
./../../tools/dockcross-make-builder.sh ${{ matrix.arch_name.image }} build ${{ matrix.arch_name.stockfish_arg }} -j2
- name: openssl build test
if: ${{ matrix.arch_name.openssl == 'yes' }}
run: |
git clone https://github.com/openssl/openssl.git
cd openssl
git checkout openssl-3.0.0-beta2
- name: deploy
if: github.ref == 'refs/heads/master'
run: |