1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2024-10-30 11:54:01 -04:00

Create .travis.yml

This commit is contained in:
Alex Kotov 2020-11-30 07:46:13 +05:00 committed by GitHub
parent 51618c63d0
commit c4c432a7f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

7
.travis.yml Normal file
View file

@ -0,0 +1,7 @@
language: c
script:
- ./autogen.sh
- ./configure
- make
- make check