From e781105a55302854123b7059193f372812b6599e Mon Sep 17 00:00:00 2001 From: LaG1924 Date: Thu, 24 Jun 2021 13:22:10 +0500 Subject: Replaced Travis-CI with Github Actions --- .travis.yml | 26 -------------------------- README.md | 2 +- 2 files changed, 1 insertion(+), 27 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 11c8b32..0000000 --- a/.travis.yml +++ /dev/null @@ -1,26 +0,0 @@ -dist: focal -sudo: required -language: cpp -compiler: gcc -os: linux - -addons: - apt: - packages: - - cmake - - g++ - - libgl1-mesa-dev - - libglu1-mesa-dev - -matrix: - include: - - name: "Debug build" - env: BUILD_TYPE=Debug - - name: "Release build" - env: BUILD_TYPE=RelWithDebInfo - -script: - - mkdir build - - cd build - - cmake .. -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DOPTICK_ENABLED=OFF - - cmake --build . diff --git a/README.md b/README.md index d0380e7..0f11119 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# AltCraft [![Build Status](https://travis-ci.org/LaG1924/AltCraft.svg?branch=master)](https://travis-ci.org/LaG1924/AltCraft) +# AltCraft [![CI](https://github.com/LaG1924/AltCraft/actions/workflows/ci.yml/badge.svg?event=push)](https://github.com/LaG1924/AltCraft/actions/workflows/ci.yml) AltCraft is implementation of [Minecraft: Java Edition (1.12.2)](https://minecraft.net) in C++. This is aimed at being fast, being free and being easy expandable. -- cgit v1.2.3