summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2022-08-23 16:32:31 -0400
committerJeffrey Walton <noloader@gmail.com>2022-08-23 16:32:31 -0400
commit84063b0070662f47c91158e9192ba3aa8a7da7ab (patch)
tree87f38d343bb983d8456f9d9de598b2a4bbf551d0 /.travis.yml
parent01a18bdbcb221120beffc6579f549e32490067c5 (diff)
downloadcryptopp-git-84063b0070662f47c91158e9192ba3aa8a7da7ab.tar.gz
Remove cryptest-cmake.sh
CMake is now maintained by Abdessattar Sassi. The directory layout of the files changed and cryptest-cmake.sh no longer works as expected. Also see https://groups.google.com/g/cryptopp-users/c/9oDbTm8qWps.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml40
1 files changed, 0 insertions, 40 deletions
diff --git a/.travis.yml b/.travis.yml
index fb5fc54c..e5a7b99d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -81,13 +81,6 @@ jobs:
env:
- BUILD_OS=linux
- BUILD_MODE=autotools
- - name: CMake build, GCC, Linux, amd64
- os: linux
- arch: amd64
- compiler: gcc
- env:
- - BUILD_OS=linux
- - BUILD_MODE=cmake
- name: Standard build, Clang, Linux, amd64
os: linux
arch: amd64
@@ -144,13 +137,6 @@ jobs:
env:
- BUILD_OS=linux
- BUILD_MODE=autotools
- - name: CMake build, Clang, Linux, amd64
- os: linux
- arch: amd64
- compiler: clang
- env:
- - BUILD_OS=linux
- - BUILD_MODE=cmake
- name: Standard build, Clang, OS X, amd64
os: osx
osx_image: xcode10.1
@@ -242,14 +228,6 @@ jobs:
env:
- BUILD_OS=osx
- BUILD_MODE=autotools
- - name: CMake build, Clang, OS X, amd64
- os: osx
- osx_image: xcode10.1
- arch: amd64
- compiler: clang
- env:
- - BUILD_OS=osx
- - BUILD_MODE=cmake
- name: Standard build, GCC, Linux, arm64
os: linux
arch: arm64
@@ -314,14 +292,6 @@ jobs:
env:
- BUILD_OS=linux
- BUILD_MODE=autotools
- - name: CMake build, GCC, Linux, arm64
- os: linux
- arch: arm64
- compiler: gcc
- dist: bionic
- env:
- - BUILD_OS=linux
- - BUILD_MODE=cmake
- name: Standard build, Clang, Linux, arm64
os: linux
arch: arm64
@@ -386,14 +356,6 @@ jobs:
env:
- BUILD_OS=linux
- BUILD_MODE=autotools
- - name: CMake build, Clang, Linux, arm64
- os: linux
- arch: arm64
- compiler: clang
- dist: bionic
- env:
- - BUILD_OS=linux
- - BUILD_MODE=cmake
- name: Standard build, GCC, Linux, ppc64le
os: linux
arch: ppc64le
@@ -621,8 +583,6 @@ script:
make -f GNUmakefile-cross -j 2 all static dynamic
elif [[ "$BUILD_MODE" == "autotools" ]]; then
bash TestScripts/cryptest-autotools.sh
- elif [[ "$BUILD_MODE" == "cmake" ]]; then
- bash TestScripts/cryptest-cmake.sh
elif [[ "$BUILD_MODE" == "pem" ]]; then
bash TestScripts/cryptest-pem.sh
elif [[ "$BUILD_MODE" == "osx-fat" ]]; then