mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-02-26 05:33:03 +08:00
Add basic Travis file
This commit is contained in:
13
.travis.yml
Normal file
13
.travis.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
language: c
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- compiler: clang
|
||||
os: linux
|
||||
|
||||
before_script:
|
||||
- autoreconf -i -f
|
||||
|
||||
script:
|
||||
- ./configure --enable-sql
|
||||
- make
|
||||
Reference in New Issue
Block a user