Modified Travis config and Makefile for CI

This commit is contained in:
2016-02-28 01:21:18 +03:00
parent 212a3e1f20
commit 035a96d9d0
2 changed files with 15 additions and 8 deletions

View File

@@ -5,6 +5,13 @@ compiler:
- gcc
os:
- linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8
before_script:
- sudo apt-get install libwxgtk2.8-dev libwxgtk2.8-dbg
script: make