From 9c1c24e57d30ed754aeaf4a6ed78e60b9154e7ec Mon Sep 17 00:00:00 2001 From: Kevin Funk Date: Fri, 16 May 2025 00:47:11 +0200 Subject: [PATCH] Remove no longer working badges --- .travis.yml | 42 ------------------------------------------ README.md | 3 --- 2 files changed, 45 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 838d0bf5..00000000 --- a/.travis.yml +++ /dev/null @@ -1,42 +0,0 @@ -sudo: required -dist: xenial - -language: cpp - -compiler: -- gcc -- clang - -before_script: -- | - git clone --depth=50 --branch=master https://github.com/icecc/icecream.git icecream - pushd icecream - autoreconf -fiv - ./configure --prefix=$(pwd) - make install -C services -s -j $(getconf _NPROCESSORS_ONLN) - popd - -- cmake --version -- qtchooser -run-tool=qmake -qt=qt5 --version - -- mkdir build -- cd build -- PKG_CONFIG_PATH=../icecream/lib/pkgconfig cmake .. -DCMAKE_INSTALL_PREFIX=$(pwd)/_inst - -script: -- make -- make install - -addons: - apt: - packages: - - cmake - - qtbase5-dev - - extra-cmake-modules - - asciidoc - - xsltproc # for asciidoc - # for icecream - - libcap-ng-dev - - liblzo2-dev - - libzstd1-dev - - libarchive-dev diff --git a/README.md b/README.md index b01b015c..a58e7f3e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,3 @@ -[![Build Status](https://travis-ci.org/icecc/icemon.svg?branch=master)](https://travis-ci.org/icecc/icemon) -[![Codacy Badge](https://api.codacy.com/project/badge/Grade/b8bc2d59bad544258a47209cc9bfb8e7)](https://www.codacy.com/app/icecc/icemon?utm_source=github.com&utm_medium=referral&utm_content=icecc/icemon&utm_campaign=Badge_Grade) - Icemon ======