GitHub Action: upload ARM artifacts

And some clean up in other files.

closes https://github.com/official-stockfish/Stockfish/pull/4269

No functional change
This commit is contained in:
ppigazzini
2022-12-08 20:50:32 +01:00
committed by Joost VandeVondele
parent 74fb936dbd
commit aa603cfeeb
6 changed files with 137 additions and 20 deletions
+2 -3
View File
@@ -72,7 +72,7 @@ jobs:
uses: msys2/setup-msys2@v2
with:
msystem: ${{matrix.config.msys_sys}}
install: mingw-w64-${{matrix.config.msys_env}} make git expect
install: mingw-w64-${{matrix.config.msys_env}} make
- name: Download the used network from the fishtest framework
run: |
@@ -80,7 +80,6 @@ jobs:
- name: Check compiler
run: |
export PATH=$PATH:$ANDROID_NDK_HOME/toolchains/llvm/prebuilt/linux-x86_64/bin
$COMPILER -v
- name: Test help target
@@ -112,4 +111,4 @@ jobs:
- name: Compile x86-64-vnni256 build
run: |
make clean
make -j2 ARCH=x86-64-vnni256 build
make -j2 ARCH=x86-64-vnni256 build