Browse Source

Update the readme and remove travis

Panagiotis Christopoulos Charitos 4 years ago
parent
commit
b2ea1406e1
2 changed files with 4 additions and 53 deletions
  1. 0 51
      .travis.yml
  2. 4 2
      README.md

+ 0 - 51
.travis.yml

@@ -1,51 +0,0 @@
-language:
-  - cpp
-  - python
-
-python: 3.7
-
-cache:
-  apt: true
-
-addons:
-  apt:
-    sources:
-      - sourceline: 'ppa:graphics-drivers/ppa'
-    packages:
-      - cmake
-      - g++-6
-      - clang-4.0
-      - libvulkan-dev
-      - libegl1-mesa-dev
-
-matrix:
-  include:
-    - os: windows
-      before_install:
-        - choco install python3
-        - export PATH="/c/Python39:/c/Python39/Scripts:$PATH"
-      env:
-        - GENERATOR="Visual Studio 15 2017 Win64" BUILD_TYPE=Debug EXTRA_CHECKS=ON TRACE=ON TOOLS=ON TESTS=ON
-        - GENERATOR="Visual Studio 15 2017 Win64" BUILD_TYPE=Release EXTRA_CHECKS=OFF TRACE=OFF TOOLS=ON TESTS=ON
-    - os: linux
-      dist: bionic
-      compiler: gcc
-      env:
-        - GENERATOR="Unix Makefiles" BUILD_TYPE=Debug EXTRA_CHECKS=ON TRACE=ON TOOLS=ON TESTS=ON
-        - GENERATOR="Unix Makefiles" BUILD_TYPE=Release EXTRA_CHECKS=OFF TRACE=OFF TOOLS=ON TESTS=ON
-    - os: linux
-      dist: bionic
-      compiler: clang
-      env:
-        - GENERATOR="Unix Makefiles" BUILD_TYPE=Debug EXTRA_CHECKS=ON TRACE=ON TOOLS=ON TESTS=ON
-        - GENERATOR="Unix Makefiles" BUILD_TYPE=Release EXTRA_CHECKS=OFF TRACE=OFF TOOLS=ON TESTS=ON
-
-script:
-  - if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then PYTHON3=$(which python); fi
-  - if [[ "$TRAVIS_OS_NAME" != "windows" ]]; then PYTHON3=$(which python3); fi
-  - $CC --version
-  - $CXX --version
-  - mkdir build
-  - cd build
-  - cmake .. -G "${GENERATOR}" -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DANKI_EXTRA_CHECKS=${EXTRA_CHECKS} -DANKI_BUILD_TOOLS=${TOOLS} -DANKI_BUILD_TESTS=${TESTS} -DANKI_TRACE=${TRACE} -DPYTHON_EXECUTABLE:FILEPATH="${PYTHON3}"
-  - cmake --build . --config ${BUILD_TYPE}

+ 4 - 2
README.md

@@ -15,8 +15,10 @@ See the [LICENSE](LICENSE) file for more info.
 2 Building AnKi
 ===============
 
-Build Status, Linux and Windows
-[![Build Status](https://travis-ci.org/godlikepanos/anki-3d-engine.svg?branch=master)](https://travis-ci.org/godlikepanos/anki-3d-engine)
+| Build Status |
+| :----------- |
+| ![Build Status Linux](https://github.com/godlikepanos/anki-3d-engine/actions/workflows/Linux.yml/badge.svg)     |
+| ![Build Status Windows](https://github.com/godlikepanos/anki-3d-engine/actions/workflows/Windows.yml/badge.svg) |
 
 To checkout the source type: