Merge branch 'demmeln/test-ci' into 'master'

ci: add monterey arm build

See merge request basalt/basalt!51
This commit is contained in:
Vladyslav Usenko 2021-12-14 20:43:21 +00:00
commit e9cbc51421
1 changed files with 9 additions and 1 deletions

View File

@ -274,7 +274,15 @@ catalina-brewclang-relwithdebinfo-compile:
bigsur-relwithdebinfo-compile: bigsur-relwithdebinfo-compile:
<<: *compile_test_definition <<: *compile_test_definition
tags: [macos, "11"] tags: [macos, "11", x86_64]
only:
# - master
variables:
BUILD_TYPE: CiRelWithDebInfo
monterey-arm-relwithdebinfo-compile:
<<: *compile_test_definition
tags: [macos, "12", arm64]
only: only:
# - master # - master
variables: variables: