uts-server/.travis.yml

28 lines
369 B
YAML
Raw Permalink Normal View History

2017-05-19 21:34:58 +02:00
os: linux
dist: trusty
sudo: false
before_install:
2016-09-07 21:41:21 +02:00
- ./tests/cfg/pki/create_tsa_certs
addons:
apt:
packages:
2016-09-07 21:29:18 +02:00
- cmake
- time
- valgrind
- libc6-dev
- gcc
- g++
- libssl-dev
sources:
- kubuntu-backports
2016-09-07 21:29:18 +02:00
language: c
compiler: clang
2016-09-07 21:41:21 +02:00
script: cmake . -DBUNDLE_CIVETWEB=ON && make && ./tests/external_test.sh