mirror of
https://github.com/FreeOpcUa/freeopcua
synced 2025-10-26 19:56:54 +08:00
14 lines
354 B
YAML
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
|
|
|