mirror of
https://github.com/stefanberger/libtpms
synced 2026-01-01 13:10:37 +00:00
ci: add .travis.yml
Add Travis build script. Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
This commit is contained in:
parent
ddba883aa3
commit
53e75ba814
5
.travis.yml
Normal file
5
.travis.yml
Normal file
@ -0,0 +1,5 @@
|
||||
language: c
|
||||
dist: trusty
|
||||
before_install:
|
||||
- sudo apt-get install automake autoconf libtool libssl-dev sed make gawk sed bash dh-exec
|
||||
script: ./bootstrap.sh && ./configure --with-openssl --prefix=/usr && make -j4 check
|
||||
Loading…
Reference in New Issue
Block a user