Auto-test installation routines

This commit is contained in:
Ben Wiederhake 2017-04-12 00:51:40 +02:00
parent 11a14a0784
commit 6679d14882

View file

@ -14,6 +14,9 @@ script:
- ./configure $CONFIGURE_FLAGS
- make -j2
- make check
# Test both installation routines:
- sudo make install
- make local_install
compiler:
- clang
- gcc