From 373bd786d7bbe2bb94b48ceea48f28ceda8fe6d4 Mon Sep 17 00:00:00 2001 From: "Evgeniy A. Dushistov" Date: Fri, 14 Aug 2020 12:28:01 +0300 Subject: [PATCH] CI: remove travis and update link to README --- .travis.yml | 49 ------------------------------------------------- README.org | 2 +- 2 files changed, 1 insertion(+), 50 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 237c68f..0000000 --- a/.travis.yml +++ /dev/null @@ -1,49 +0,0 @@ -# -# Available repositories are listed here: -# https://github.com/travis-ci/apt-source-whitelist/blob/master/ubuntu.json -# - -sudo: false - -language: cpp - -matrix: - include: - - env: COMPILER_VERSION=4.8 - os: linux - compiler: g++ - addons: - apt: - sources: - - ubuntu-toolchain-r-test - - kalakris-cmake - - ubuntu-sdk-team - packages: - - g++-4.8 - - cmake - - libglib2.0-dev - - jq - # - env: COMPILER_VERSION=3.5 - # os: linux - # compiler: clang++ - # addons: - # apt: - # sources: - # - ubuntu-toolchain-r-test - # - llvm-toolchain-precise-3.5 - # packages: - # - clang-3.5 - # - cmake - # - libglib2.0-dev - - -before_script: - - mkdir build - - cd build - - CC=$CC-${COMPILER_VERSION} CXX=$CXX-${COMPILER_VERSION} cmake -DBUILD_TESTS=True .. - - cd .. - -script: - - cd build - - make -k -j2 VERBOSE=1 - - ctest --output-on-failure diff --git a/README.org b/README.org index d041fb6..6ca7d0b 100644 --- a/README.org +++ b/README.org @@ -1,5 +1,5 @@ #+OPTIONS: ^:nil -[[https://travis-ci.org/Dushistov/sdcv][https://travis-ci.org/Dushistov/sdcv.svg?branch=master]] +[[https://github.com/Dushistov/sdcv/actions?query=workflow%3ACI+branch%3Amaster][https://github.com/Dushistov/sdcv/workflows/CI/badge.svg]] [[https://github.com/Dushistov/sdcv/blob/master/LICENSE][https://img.shields.io/badge/license-GPL%202-brightgreen.svg]] * How to compile and install #+BEGIN_SRC sh