Skip to content

Commit

Permalink
Add travis ci (giuspen#738)
Browse files Browse the repository at this point in the history
* Add travis ci
* Change language to C++
  • Loading branch information
steveno authored Apr 20, 2020
1 parent 105b2d1 commit ab2582d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
language: c++
cache: apt
os: linux
dist: bionic

compiler:
- gcc

before_install:
- >
sudo apt install build-essential libtool autoconf libgtkmm-3.0-dev
libgtksourceviewmm-3.0-dev libxml++2.6-dev libsqlite3-dev
libcpputest-dev autopoint gettext intltool python3-lxml libxml2-utils
addons:
apt:
update: true

script:
- cd future
- ./build.sh

0 comments on commit ab2582d

Please sign in to comment.