]> wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - .travis.yml
tcl_tests: Fix pkcs8 test (showing public key)
[openssl-gost/engine.git] / .travis.yml
index d76951099aae3da302b10c438ed21ffa2ae55138..5a3ca214183a55de230254449243c9bc131ea704 100644 (file)
@@ -1,5 +1,5 @@
 sudo: required
-dist: xenial
+dist: bionic
 
 os: linux
 
@@ -30,10 +30,23 @@ matrix:
     - env: ASAN=-DASAN=1
       os: linux
       compiler: gcc
+    - env: COVERITY_SCAN_PROJECT_NAME="gost-engine" COVERITY_SCAN_BRANCH_PATTERN="*" COVERITY_SCAN_NOTIFICATION_EMAIL="beldmit@gmail.com" COVERITY_SCAN_BUILD_COMMAND="make"
+      if: type == cron
+      os: linux
+      compiler: gcc
+      script:
+        - mkdir build
+        - cd build
+        - cmake -DOPENSSL_ROOT_DIR=${PREFIX} -DOPENSSL_LIBRARIES=${PREFIX}/lib -DOPENSSL_ENGINES_DIR=${PREFIX}/engines ..
+        - curl -s "https://scan.coverity.com/scripts/travisci_build_coverity_scan.sh" | bash || true
+    - os: linux
+      compiler: gcc
+    - os: linux
+      arch: arm64
+      compiler: gcc
     - os: osx
       compiler: clang
 
-
 before_script:
   - curl -L https://cpanmin.us | sudo perl - --sudo App::cpanminus
   - sudo cpanm --notest Test2::V0 > build.log 2>&1 || (cat build.log && exit 1)