Add travis support

master
rubenwardy 2014-08-18 18:07:56 +01:00
parent 881bb2a0f5
commit b3f975f665
2 changed files with 13 additions and 0 deletions

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
language: cpp
compiler:
- gcc
- clang
before_install:
- if [ $CC = "clang" ]; then export PATH="/usr/bin/:$PATH"; sudo sh -c 'echo "deb http://ppa.launchpad.net/eudoxos/llvm-3.1/ubuntu precise main" >> /etc/apt/sources.list'; sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 92DE8183; sudo apt-get update; sudo apt-get install llvm-3.1; sudo apt-get install clang; fi
- sudo apt-get install libirrlicht1.8-dev cmake libpng12-dev libbz2-dev libjpeg8-dev libgl1-mesa-devl libxxf86vm-dev libgl1-mesa-dev
script: cmake . && make
notifications:
email: false

View File

@ -1,6 +1,8 @@
Node Box Editor
===============
[![Build Status](https://travis-ci.org/rubenwardy/NodeBoxEditor.svg?branch=master)](https://travis-ci.org/rubenwardy/NodeBoxEditor)
Use this editor to make nodeboxes for nodes in Minetest.
Version: 0.7