1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

travis: enable COPYRIGHTYEAR extended warning

The extended warning for checking incorrect COPYRIGHTYEAR is quite
expensive to run, so rather than expecting every developer to do it
we ensure it's turned on locally for Travis.
This commit is contained in:
Daniel Gustafsson 2018-12-03 23:18:59 +01:00
parent 6381708970
commit f7bdf4b2e1

View File

@ -327,6 +327,9 @@ script:
make test-nonflaky
fi
if [ -n $CHECKSRC ]; then
echo "enable COPYRIGHTYEAR" > "lib/.checksrc"
echo "enable COPYRIGHTYEAR" > "src/.checksrc"
echo "enable COPYRIGHTYEAR" > "include/curl/.checksrc"
make checksrc
fi
fi