mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
Add basic Travis file
This commit is contained in:
+13
@@ -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