X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=.travis.yml;h=c106a53ea3d2773deace53d9e134c39e2b869f87;hb=52604a96c0192d872e64992cbf8325215725325a;hp=5f34fb2d2860d6ff4d2266bba1057eb89db9eda0;hpb=a11dd16be96d734291be6d3a6b8dfbddf8c48ec1;p=openssl-gost%2Fengine.git diff --git a/.travis.yml b/.travis.yml index 5f34fb2..c106a53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,9 @@ matrix: - name: linux/gcc/x86_64/openssl-master os: linux compiler: gcc + - name: linux/clang/x86_64/openssl-master + os: linux + compiler: clang - name: linux/gcc/x86_64/openssl-1.1.1 os: linux compiler: gcc @@ -42,6 +45,10 @@ matrix: os: linux arch: arm64 compiler: gcc + - name: linux/gcc/s390x/openssl-master + os: linux + arch: s390x + compiler: gcc - name: osx/clang/x86_64/openssl-master os: osx compiler: clang