From ba706fc5c32eb965b4c71da5a653ce443fe807c7 Mon Sep 17 00:00:00 2001 From: Marcin Michalski Date: Mon, 29 Mar 2021 16:58:38 +0200 Subject: [PATCH] Remove travis (#1135) Replaced by GitHub workflows. --- .travis.yml | 38 -------------------------------------- README.md | 2 +- 2 files changed, 1 insertion(+), 39 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 47c03bc9..00000000 --- a/.travis.yml +++ /dev/null @@ -1,38 +0,0 @@ -language: cpp -compiler: - - gcc -before_script: - - |- - set -o errexit - - sudo apt-get update - sudo apt-get install -y \ - build-essential \ - cmake \ - git-core \ - libboost-all-dev \ - libglew-dev \ - liblua5.1-0-dev \ - libncurses5-dev \ - libopenal-dev \ - libssl-dev \ - libvorbis-dev \ - mercurial \ - zlib1g-dev - - hg clone -r stable-3.0 http://hg.icculus.org/icculus/physfs/ - mkdir -p physfs/build - pushd physfs/build - cmake .. - make -j$(nproc) - sudo make install - popd -script: | - cmake . -DCMAKE_BUILD_TYPE=Release - make -j$(nproc) -notifications: - irc: - channels: - - "irc.freenode.org#otclient" - on_success: change - skip_join: true diff --git a/README.md b/README.md index 99b8a1e3..a462c5be 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://secure.travis-ci.org/edubart/otclient.svg?branch=master)](http://travis-ci.org/edubart/otclient) [![Join the chat at https://gitter.im/edubart/otclient](https://img.shields.io/badge/GITTER-join%20chat-green.svg)](https://gitter.im/edubart/otclient?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Open Source Helpers](https://www.codetriage.com/edubart/otclient/badges/users.svg)](https://www.codetriage.com/edubart/otclient) +[![Build Status](https://github.com/edubart/otclient/actions/workflows/build-vcpkg.yml/badge.svg)](https://github.com/edubart/otclient/actions/workflows/build-vcpkg.yml) [![Join the chat at https://gitter.im/edubart/otclient](https://img.shields.io/badge/GITTER-join%20chat-green.svg)](https://gitter.im/edubart/otclient?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Open Source Helpers](https://www.codetriage.com/edubart/otclient/badges/users.svg)](https://www.codetriage.com/edubart/otclient) ### What is otclient?