build: added test-ci for aarch64

This commit is contained in:
dmitry 2021-09-12 16:29:49 +03:00
commit 63c20c2606
No known key found for this signature in database
GPG key ID: 8297CE728B7A7E37
2 changed files with 35 additions and 9 deletions

View file

@ -19,13 +19,12 @@ project (
'warning_level=3',
'werror=true',
'backend=ninja',
'strip=true',
'optimization=3',
'default_library=static',
'cpp_eh=none',
'b_vscrt=static_from_buildtype',
'b_lto=true',
'b_lundef=false',
'b_lundef=true',
],
meson_version: '>=0.56.0')