mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-22 16:24:27 +01:00
Add openssl (WIP)
Add openssl (WIP) Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
b3616c037c
commit
2c7b043396
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user