diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-12-23 04:40:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-12-23 04:40:48 +0300 |
commit | 85c2332abec927c17d7396bf736da8333073fc97 (patch) | |
tree | a5993e1a44d722c2b010d506a1a0b084704e239e /tools/ci/jobs | |
parent | 24a416c386cf846e123d187dee1802c29ae526e0 (diff) | |
download | plus-85c2332abec927c17d7396bf736da8333073fc97.tar.gz plus-85c2332abec927c17d7396bf736da8333073fc97.tar.bz2 plus-85c2332abec927c17d7396bf736da8333073fc97.tar.xz plus-85c2332abec927c17d7396bf736da8333073fc97.zip |
Ignore dye palette includes in deheader.
Diffstat (limited to 'tools/ci/jobs')
-rwxr-xr-x | tools/ci/jobs/deheader2.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ci/jobs/deheader2.sh b/tools/ci/jobs/deheader2.sh index 53c7efb83..d69a89b4d 100755 --- a/tools/ci/jobs/deheader2.sh +++ b/tools/ci/jobs/deheader2.sh @@ -23,6 +23,7 @@ grep "deheader:" ${LOGFILE} \ | grep -v "deheader: remove <netdb.h> from ./src/net/sdltcpnet.cpp" \ | grep -v "deheader: remove <netinet/in.h> from ./src/net/sdltcpnet.cpp" \ | grep -v "deheader: remove <climits> from ./src/resources/map/map.cpp" \ +| grep -v "has more than one inclusion of \"resources/dye/dyepalette_replace" \ | grep -v "deheader: remove <climits> from ./src/units.cpp" > ${LOGFILE2} export DATA=$(cat ${LOGFILE2}) |