allow fully default flags for distcheck

This commit is contained in:
Lev Walkin 2017-10-19 03:45:21 -07:00
parent 435469ec33
commit 1d2a6e8b3f
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ compiler:
- clang
env:
- TASK=check CONFIG_FLAGS="--enable-Werror --enable-test-Werror --enable-code-coverage"
- TASK=distcheck CONFIG_FLAGS="--enable-Werror --enable-test-Werror" DISTCHECK_CONFIGURE_FLAGS=$CONFIG_FLAGS
- TASK=distcheck
before_install:
- sudo apt-get install -y gcc-multilib lcov libasan*
- gem install coveralls-lcov