CI: add GCC 10 and Clang 10

* .travis.yml: Here.
* tests/input.at, tests/regression.at: Beware of clang's -Wdocumentation.
This commit is contained in:
Akim Demaille
2020-05-11 08:09:10 +02:00
parent 465babb635
commit ff4d67ede8
4 changed files with 91 additions and 46 deletions

View File

@@ -127,3 +127,7 @@ gen-ChangeLog:
--since=$(gen_start_date) > $$cl.tmp && \
mv -f $$cl.tmp $$cl; \
fi
# Useful to debug.
.c.i:
$(CC) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -o $@ -E $<