1
0
mirror of https://github.com/FreeOpcUa/freeopcua synced 2025-10-26 19:56:54 +08:00
freeopcua/.travis.yml
ralf1070 da2b76f9ef
Travis (#346)
* enable VERBOSE option in travis
* fix GUID test
2019-10-10 18:07:44 +02:00

14 lines
354 B
YAML

dist: xenial
language: cpp
compiler: gcc
env: VERBOSE=1
install:
- sudo apt-get install libboost-all-dev -qq
- sudo apt-get install libboost-python-dev -qq
- sudo apt-get install libcppunit-dev
#script: autoreconf -f -i && ./configure --disable-python-bindings && make && make check
script: autoreconf -f -i && ./configure && make && make check