From 4a2ed1b2c787917c63a3c6a699e3566d63e2c611 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Tue, 14 Mar 2017 11:19:06 +0100 Subject: [PATCH] Remove CI from current stable branch --- .travis.yml | 199 ---------------------------------------------------- README.md | 5 -- 2 files changed, 204 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 90fb853..0000000 --- a/.travis.yml +++ /dev/null @@ -1,199 +0,0 @@ -# This file allows testing your addon using travis CI servers to use it you'll need to -# create an account in travis.org and enable your addon there. -# -# By default it will test linux 64bit and osx against the master and stable OF branches. -# Other platforms can be enabled by uncommenting the corresponding sections. -# -# If any extra install is needed to use the addon it can be included in the corresponding -# install script in: -# -# scripts/ci/$TARGET/install.sh -# - - -language: c++ -compiler: gcc -sudo: true -matrix: - include: - # fully specify builds, include can't dynamically expand matrix entries - # relative order of sudo and env is important so that addons: is recognized - -# Linux 64bit, OF master - - os: linux - dist: trusty - sudo: required - env: TARGET="linux64" OF_BRANCH="stable" - addons: - apt: - sources: - - ubuntu-toolchain-r-test - packages: - - gcc-4.9 - - g++-4.9 - - gdb - -# Linux 64bit, OF stable: Not supported yet -# - os: linux -# dist: trusty -# sudo: required -# env: TARGET="linux64" OF_BRANCH="stable" -# addons: -# apt: -# sources: -# - ubuntu-toolchain-r-test -# packages: -# - gcc-4.9 -# - g++-4.9 -# - gdb - -# OSX, OF master - - os: osx - osx_image: xcode8 - compiler: clang - env: TARGET="osx" OF_BRANCH="stable" - -# OSX, OF stable: Not supported yet -# - os: osx -# osx_image: xcode8 -# compiler: clang -# env: TARGET="osx" OF_BRANCH="stable" - -# Linux ARM6, OF master: Uncomment following lines to enable -# - os: linux -# sudo: required -# dist: trusty -# env: TARGET="linuxarmv6l" OF_BRANCH="master" - - -# Linux ARM6, OF stable: Not supported yet -# - os: linux -# sudo: required -# dist: trusty -# env: TARGET="linuxarmv6l" OF_BRANCH="stable" - -# Linux ARM7, OF master: Uncomment following lines to enable -# - os: linux -# sudo: false -# env: TARGET="linuxarmv7l" OF_BRANCH="master" -# cache: -# directories: -# - ~/rpi2_toolchain -# - ~/firmware-master -# - ~/archlinux - -# Linux ARM7, OF stable: Not supported yet -# - os: linux -# sudo: false -# env: TARGET="linuxarmv7l" OF_BRANCH="stable" -# cache: -# directories: -# - ~/rpi2_toolchain -# - ~/firmware-master -# - ~/archlinux - - -# Emscripten, OF master: Uncomment following lines to enable -# - os: linux -# sudo: false -# env: TARGET="emscripten" OF_BRANCH="master" -# addons: -# apt: -# sources: -# - ubuntu-toolchain-r-test -# packages: -# - libstdc++6 - - -# Emscripten, OF stable: Not supported yet -# - os: linux -# sudo: false -# env: TARGET="emscripten" OF_BRANCH="stable" -# addons: -# apt: -# sources: -# - ubuntu-toolchain-r-test -# packages: -# - libstdc++6 - - -# iOS, OF master: Not supported yet -# - os: osx -# osx_image: xcode8 -# compiler: clang -# env: TARGET="ios" OF_BRANCH="master" - - -# iOS, OF stable: Not supported yet -# - os: osx -# osx_image: xcode8 -# compiler: clang -# env: TARGET="ios" OF_BRANCH="stable" - - -# tvOS, OF master: Not supported yet -# - os: osx -# osx_image: xcode8 -# compiler: clang -# env: TARGET="tvos" OF_BRANCH="master" - - -# tvOS, OF stable: Not supported yet -# - os: osx -# osx_image: xcode8 -# compiler: clang -# env: TARGET="tvos" OF_BRANCH="stable" - - -# Android armv7, OF master: Uncomment following lines to enable -# - os: linux -# sudo: false -# env: TARGET="android" OPT="armv7" OF_BRANCH="master" -# cache: -# directories: -# - ~/android-ndk-r12b - - -# Android armv7, OF stable: Not supported yet -# - os: linux -# sudo: false -# env: TARGET="android" OPT="armv7" OF_BRANCH="stable" -# cache: -# directories: -# - ~/android-ndk-r12b - - -# Android x86, OF master: Uncomment following lines to enable -# - os: linux -# sudo: false -# env: TARGET="android" OPT="x86" OF_BRANCH="master" -# cache: -# directories: -# - ~/android-ndk-r12b - - -# Android x86, OF stable: Not supported yet -# - os: linux -# sudo: false -# env: TARGET="android" OPT="x86" OF_BRANCH="stable" -# cache: -# directories: -# - ~/android-ndk-r12b - - - # Exclude the default build that would otherwise be generated - # see https://github.com/travis-ci/travis-ci/issues/1228 - exclude: - - compiler: gcc - -install: - - cd ~ - - git clone --depth=1 --branch=$OF_BRANCH https://github.com/openframeworks/openFrameworks - - cd openFrameworks - - scripts/ci/addons/install.sh - -script: - - scripts/ci/addons/build.sh - -git: - depth: 10 diff --git a/README.md b/README.md index 7c56561..1c9bb0d 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,6 @@ The project started as master's thesis project by [Krisjanis Rijnieks](http://ri Consult the [Installation](#installation) section if you are using ofxPiMapper the first time. Some of the most frequently asked questions and answers can be found in the [FAQ](/FAQ.md) document. -## Build Status - -[![Build Status](https://travis-ci.org/kr15h/ofxPiMapper.svg?branch=master)](https://travis-ci.org/kr15h/ofxPiMapper) Linux, OS X - - ## Features The following is a list of key features ofxPiMapper has.