File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,22 @@ matrix:
142142 packages :
143143 - abi-dumper
144144 - abi-compliance-checker
145-
145+ - name : Linux ARM64
146+ env : BUILD_TYPE=default CURVE=tweetnacl GSSAPI=enabled PGM=enabled NORM=enabled IPv6=ON TLS=enabled DRAFT=enabled
147+ os : linux
148+ dist : bionic
149+ arch : arm64
150+ addons :
151+ apt :
152+ sources :
153+ - sourceline : ' deb http://download.opensuse.org/repositories/network:/messaging:/zeromq:/git-stable/xUbuntu_18.04/ ./'
154+ key_url : ' http://download.opensuse.org/repositories/network:/messaging:/zeromq:/git-stable/xUbuntu_18.04/Release.key'
155+ packages :
156+ - zip
157+ - libkrb5-dev
158+ - libnorm-dev
159+ - libpgm-dev
160+ - libgnutls28-dev
146161
147162before_install :
148163- if [ $TRAVIS_OS_NAME == "osx" -a $BUILD_TYPE == "android" ] ; then brew update; brew install binutils ; fi
You can’t perform that action at this time.
0 commit comments