Browse Source

add travis config

OPENBSD_5_9
Brent Cook 8 years ago
parent
commit
694669fb81
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      .travis.yml

+ 12
- 0
.travis.yml View File

@ -0,0 +1,12 @@
language: c
matrix:
include:
- compiler: clang
os: linux
- compiler: gcc
os: linux
script:
./autogen.sh
./configure
make -j 4 distcheck

Loading…
Cancel
Save