mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 10:57:43 +00:00
Add armv8-dotprod to CI binaries
also generate binaries for more recent Android hardware. closes https://github.com/official-stockfish/Stockfish/pull/4663 No functional change
This commit is contained in:
@@ -28,10 +28,13 @@ jobs:
|
|||||||
comp: ndk
|
comp: ndk
|
||||||
shell: bash
|
shell: bash
|
||||||
binaries:
|
binaries:
|
||||||
|
- armv8-dotprod
|
||||||
- armv8
|
- armv8
|
||||||
- armv7
|
- armv7
|
||||||
- armv7-neon
|
- armv7-neon
|
||||||
exclude:
|
exclude:
|
||||||
|
- binaries: armv8-dotprod
|
||||||
|
config: {compiler: armv7a-linux-androideabi21-clang++}
|
||||||
- binaries: armv8
|
- binaries: armv8
|
||||||
config: {compiler: armv7a-linux-androideabi21-clang++}
|
config: {compiler: armv7a-linux-androideabi21-clang++}
|
||||||
- binaries: armv7
|
- binaries: armv7
|
||||||
|
|||||||
Reference in New Issue
Block a user