]> git.ipfire.org Git - thirdparty/strongswan.git/blobdiff - .travis.yml
github: Use tpm2-tss 3.2.3 for tests
[thirdparty/strongswan.git] / .travis.yml
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644 (file)
index a17f242..0000000
+++ /dev/null
@@ -1,67 +0,0 @@
-language: c
-
-sudo: required
-dist: trusty
-
-compiler:
-  - gcc
-  - clang
-
-before_install:
-  - ./scripts/test.sh deps
-  - ./scripts/test.sh pydeps
-
-before_script:
-  - sudo sysctl -w net.ipv6.conf.all.disable_ipv6=0 || true
-
-script:
-  - ./scripts/test.sh
-
-after_success:
-  if [ "$TEST" == "coverage" ]; then
-    bash <(curl -s https://codecov.io/bash);
-  fi
-
-after_failure:
-  - cat config.log
-
-env:
-  global:
-    - TESTS_REDUCED_KEYLENGTHS=yes
-    - LEAK_DETECTIVE=no
-    - MONOLITHIC=no
-  matrix:
-    - TEST=default
-    - TEST=default MONOLITHIC=yes
-    - TEST=default LEAK_DETECTIVE=yes
-    - TEST=openssl
-    - TEST=openssl LEAK_DETECTIVE=yes
-    - TEST=gcrypt
-    - TEST=gcrypt LEAK_DETECTIVE=yes
-    # we can't test Vstr as negative int args are not properly passed to CBs
-    - TEST=printf-builtin
-    - TEST=printf-builtin LEAK_DETECTIVE=yes
-    - TEST=all
-    - TEST=all MONOLITHIC=yes
-    - TEST=all LEAK_DETECTIVE=yes
-
-matrix:
-  include:
-    - compiler: gcc
-      env: TEST=dist
-    - compiler: gcc
-      env: TEST=apidoc
-    - compiler: gcc
-      env: TEST=coverage
-    - compiler: gcc
-      env: TEST=win64 MONOLITHIC=yes
-    # this does not work on 14.04 due to a missing @4 decoration for
-    # TryAcquireSRWLockExclusive in MinGW 3.1.0
-    - compiler: gcc
-      env: TEST=win32 MONOLITHIC=yes
-      dist: precise
-    - compiler: clang
-      env: TEST=fuzzing MONOLITHIC=yes
-    - compiler: clang
-      os: osx
-      env: TEST=osx