Skip to content
Snippets Groups Projects
Commit 7ea8c003 authored by armatusmiles's avatar armatusmiles
Browse files

Add Travis for unit tests

parent 14998528
No related branches found
No related tags found
No related merge requests found
language: cpp
dist: trusty
notifications:
email: false
before_install:
- sudo add-apt-repository ppa:beineri/opt-qt-5.10.1-trusty -y
- sudo apt-get update -q
- sudo apt-get install -qq qt510base
- source /opt/qt510/bin/qt510-env.sh
script:
- cd test
- mkdir build
- cd build
- cmake ../
- make
- ./libdap-test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment