1
0
mirror of https://github.com/kakwa/uts-server synced 2024-06-03 17:48:07 +02:00
uts-server/.travis.yml
2016-12-04 14:10:30 +01:00

31 lines
435 B
YAML

matrix:
include:
- os: linux
dist: trusty
- os: linux
dist: precise
sudo: false
before_install:
- ./tests/cfg/pki/create_tsa_certs
addons:
apt:
packages:
- cmake
- time
- valgrind
- libc6-dev
- gcc
- g++
- libssl-dev
sources:
- kubuntu-backports
language: c
compiler: clang
script: cmake . -DBUNDLE_CIVETWEB=ON && make && ./tests/external_test.sh