mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-06 08:18:01 +02:00
* .gitlab-ci.yml: Add MSBuild for ARM64.
This commit is contained in:
parent
ef04e4eb20
commit
95db5da7c6
1 changed files with 5 additions and 0 deletions
|
|
@ -113,6 +113,11 @@ windows msbuild vs2019 amd64:
|
|||
ARCH: 'amd64'
|
||||
PLATFORM: 'x64'
|
||||
|
||||
windows msbuild vs2019 arm64:
|
||||
extends: '.build windows msbuild'
|
||||
variables:
|
||||
ARCH: 'arm64'
|
||||
PLATFORM: 'arm64'
|
||||
|
||||
# Linux Jobs.
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue