Improve test

Improve test

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
Bensuperpc 2021-08-26 17:42:06 +02:00
parent 0ef75dbc17
commit 3149f96644

View File

@ -311,20 +311,17 @@ jobs:
- name: stockfish build test
if: ${{ matrix.arch_name.stockfish == 'yes' }}
run: |
git clone https://github.com/official-stockfish/Stockfish.git
cd Stockfish
git checkout sf_14
cd src
git clone --depth 1 --branch sf_14 https://github.com/official-stockfish/Stockfish.git
cd Stockfish/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
cd ../..
- name: openssl build test
if: ${{ matrix.arch_name.openssl == 'yes' }}
run: |
git clone https://github.com/openssl/openssl.git
git clone --depth 1 --branch OpenSSL_1_1_1k https://github.com/openssl/openssl.git
cd openssl
git checkout OpenSSL_1_1_1k
./../tools/dockcross-command.sh ${{ matrix.arch_name.image }} ./Configure ${{ matrix.arch_name.openssl_arg }}
./../tools/dockcross-command.sh ${{ matrix.arch_name.image }} ./config ${{ matrix.arch_name.openssl_arg }}
./../tools/dockcross-make-builder.sh ${{ matrix.arch_name.image }} -j2
- name: deploy
if: github.ref == 'refs/heads/master'