Skip to content

Commit

Permalink
Merge pull request libofx#28 from daissi/travis
Browse files Browse the repository at this point in the history
Add initial .travis.yml
  • Loading branch information
cstim authored Oct 3, 2019
2 parents 917a138 + aeae964 commit a4026ce
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: cpp

dist: bionic

sudo: required

before_install:
- sudo apt-get update
- sudo apt-get install -y libosp-dev gengetopt

script:
- ./autogen.sh
- ./configure
- make
- sudo make install

0 comments on commit a4026ce

Please sign in to comment.