From b8135cd85499a2d5482e048eb8fb6b354350d427 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Sat, 3 Dec 2022 13:56:36 +0100 Subject: [PATCH] Remove Travis CI configuration and badge (#28, thanks @striezel) The tests are not running on Travis CI anymore, so there is no point in keeping that stuff around. [skip ci] --- .travis.yml | 161 -------------------------- README.md | 2 +- project/CodeBlocks/ring-span-lite.cbp | 1 - 3 files changed, 1 insertion(+), 163 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index afe9849..0000000 --- a/.travis.yml +++ /dev/null @@ -1,161 +0,0 @@ -os: linux -dist: trusty -sudo: false -group: travis_latest -language: c++ -cache: ccache - -addons: - apt: - sources: &apt_sources - - ubuntu-toolchain-r-test - - llvm-toolchain-precise-3.5 - - llvm-toolchain-precise-3.6 - - llvm-toolchain-precise-3.7 - - llvm-toolchain-precise-3.8 - - llvm-toolchain-trusty-3.9 - - llvm-toolchain-trusty-4.0 - - llvm-toolchain-trusty-5.0 - - llvm-toolchain-trusty-6.0 - -matrix: - include: - - os: linux - env: COMPILER=g++-4.8 - compiler: gcc - addons: &gcc4_8 - apt: - packages: ["g++-4.8", "python3-pip", "lcov"] - sources: *apt_sources - - - os: linux - env: COMPILER=g++-4.9 - compiler: gcc - addons: &gcc4_9 - apt: - packages: ["g++-4.9", "python3-pip", "lcov"] - sources: *apt_sources - - - os: linux - env: COMPILER=g++-5 - compiler: gcc - addons: &gcc5 - apt: - packages: ["g++-5", "python3-pip", "lcov"] - sources: *apt_sources - - - os: linux - env: COMPILER=g++-6 - compiler: gcc - addons: &gcc6 - apt: - packages: ["g++-6", "python3-pip", "lcov"] - sources: *apt_sources - - - os: linux - env: COMPILER=g++-7 - compiler: gcc - addons: &gcc7 - apt: - packages: ["g++-7", "python3-pip", "lcov"] - sources: *apt_sources - - - os: linux - env: COMPILER=g++-8 - compiler: gcc - addons: &gcc8 - apt: - packages: ["g++-8", "python3-pip", "lcov"] - sources: *apt_sources - - - os: linux - env: COMPILER=clang++-3.5 - compiler: clang - addons: &clang3_5 - apt: - packages: ["clang-3.5", "g++-7", "python3-pip", "lcov"] - sources: *apt_sources - - - os: linux - env: COMPILER=clang++-3.6 - compiler: clang - addons: &clang3_6 - apt: - packages: ["clang-3.6", "g++-7", "python3-pip", "lcov"] - sources: *apt_sources - - - os: linux - env: COMPILER=clang++-3.7 - compiler: clang - addons: &clang3-7 - apt: - packages: ["clang-3.7", "g++-7", "python3-pip", "lcov"] - sources: *apt_sources - - - os: linux - env: COMPILER=clang++-3.8 - compiler: clang - addons: &clang3_8 - apt: - packages: ["clang-3.8", "g++-7", "python3-pip", "lcov"] - sources: *apt_sources - - - os: linux - env: COMPILER=clang++-3.9 - compiler: clang - addons: &clang3_9 - apt: - packages: ["clang-3.9", "g++-7", "python3-pip", "lcov"] - sources: *apt_sources - - - os: linux - env: COMPILER=clang++-4.0 - compiler: clang - addons: &clang4_0 - apt: - packages: ["clang-4.0", "g++-7", "python3-pip", "lcov"] - sources: *apt_sources - - - os: linux - env: COMPILER=clang++-5.0 - compiler: clang - addons: &clang5_0 - apt: - packages: ["clang-5.0", "g++-7", "python3-pip", "lcov"] - sources: *apt_sources - - - os: linux - env: COMPILER=clang++-6.0 - compiler: clang - addons: &clang6_0 - apt: - packages: ["clang-6.0", "g++-7", "python3-pip", "lcov"] - sources: *apt_sources - - - os: osx - osx_image: xcode7.3 - compiler: clang - env: COMPILER='clang++' - - - os: osx - osx_image: xcode8 - compiler: clang - env: COMPILER='clang++' - - - os: osx - osx_image: xcode9 - compiler: clang - env: COMPILER='clang++' - - - os: osx - osx_image: xcode10 - compiler: clang - env: COMPILER='clang++' - -script: - - export CXX=${COMPILER} - - JOBS=2 # Travis machines have 2 cores. - - mkdir build && cd build - - cmake -G "Unix Makefiles" -DRING_SPAN_LITE_OPT_SELECT_NONSTD=ON -DRING_SPAN_LITE_OPT_BUILD_TESTS=ON -DRING_SPAN_LITE_OPT_BUILD_EXAMPLES=OFF .. - - cmake --build . -- -j${JOBS} - - ctest --output-on-failure -j${JOBS} diff --git a/README.md b/README.md index 81b6ce5..a30e42e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ring-span lite: A circular buffer view for C++98 and later -[![Language](https://img.shields.io/badge/C%2B%2B-98/11/14/17-blue.svg)](https://en.wikipedia.org/wiki/C%2B%2B#Standardization) [![License](https://img.shields.io/badge/license-BSL-blue.svg)](https://opensource.org/licenses/BSL-1.0) [![Build Status](https://github.com/martinmoene/ring-span-lite/actions/workflows/ci.yml/badge.svg)](https://github.com/martinmoene/ring-span-lite/actions/workflows/ci.yml) [![Build Status](https://travis-ci.com/martinmoene/ring-span-lite.svg?branch=master)](https://travis-ci.com/martinmoene/ring-span-lite) [![Build status](https://ci.appveyor.com/api/projects/status/w2dgn3fxyrd6vcq8?svg=true)](https://ci.appveyor.com/project/martinmoene/ring-span-lite) [![Version](https://badge.fury.io/gh/martinmoene%2Fring-span-lite.svg)](https://github.com/martinmoene/ring-span-lite/releases) [![download](https://img.shields.io/badge/latest-download-blue.svg)](https://github.com/raw/martinmoene/ring-span-lite/master/include/nonstd/ring_span.hpp) [![Conan](https://img.shields.io/badge/on-conan-blue.svg)](https://conan.io/center/ring-span-lite) [![Try it on wandbox](https://img.shields.io/badge/on-wandbox-blue.svg)](https://wandbox.org/permlink/GHo8T1PIo7TV7eoG) [![Try it on godbolt online](https://img.shields.io/badge/on-godbolt-blue.svg)](https://godbolt.org/z/7n4Byc) +[![Language](https://img.shields.io/badge/C%2B%2B-98/11/14/17-blue.svg)](https://en.wikipedia.org/wiki/C%2B%2B#Standardization) [![License](https://img.shields.io/badge/license-BSL-blue.svg)](https://opensource.org/licenses/BSL-1.0) [![Build Status](https://github.com/martinmoene/ring-span-lite/actions/workflows/ci.yml/badge.svg)](https://github.com/martinmoene/ring-span-lite/actions/workflows/ci.yml) [![Build status](https://ci.appveyor.com/api/projects/status/w2dgn3fxyrd6vcq8?svg=true)](https://ci.appveyor.com/project/martinmoene/ring-span-lite) [![Version](https://badge.fury.io/gh/martinmoene%2Fring-span-lite.svg)](https://github.com/martinmoene/ring-span-lite/releases) [![download](https://img.shields.io/badge/latest-download-blue.svg)](https://github.com/raw/martinmoene/ring-span-lite/master/include/nonstd/ring_span.hpp) [![Conan](https://img.shields.io/badge/on-conan-blue.svg)](https://conan.io/center/ring-span-lite) [![Try it on wandbox](https://img.shields.io/badge/on-wandbox-blue.svg)](https://wandbox.org/permlink/GHo8T1PIo7TV7eoG) [![Try it on godbolt online](https://img.shields.io/badge/on-godbolt-blue.svg)](https://godbolt.org/z/7n4Byc) **Contents** diff --git a/project/CodeBlocks/ring-span-lite.cbp b/project/CodeBlocks/ring-span-lite.cbp index 36519b1..a997383 100644 --- a/project/CodeBlocks/ring-span-lite.cbp +++ b/project/CodeBlocks/ring-span-lite.cbp @@ -13,7 +13,6 @@ -