Commit d7a46216 authored by Lev Walkin's avatar Lev Walkin

do a distcheck as well

parent 8efef2ed
......@@ -2,4 +2,9 @@ language: c
compiler:
- gcc
- clang
script: autoreconf -iv && ./configure --enable-Werror && make -j8 && make check
script:
- autoreconf -iv
- ./configure --enable-Werror
- make -j8
- make check
- make distcheck
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment