diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-13 21:53:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-13 21:53:40 -0300 |
commit | ab4559390e8b588dd9d0879ad41375b8110208be (patch) | |
tree | 1cecb2b89afe9a10ed2eb84f8419b5f860562f40 /Makefile | |
parent | 34405fda9fae056ff34cae704b77d8da11166fac (diff) | |
download | clientdata-ab4559390e8b588dd9d0879ad41375b8110208be.tar.gz clientdata-ab4559390e8b588dd9d0879ad41375b8110208be.tar.bz2 clientdata-ab4559390e8b588dd9d0879ad41375b8110208be.tar.xz clientdata-ab4559390e8b588dd9d0879ad41375b8110208be.zip |
Make Pipeline and README update
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -50,3 +50,9 @@ license: icc: cd ../tools/imagescheck/ ; ./icccheck.sh + +pipeline: check-xml + cd ../tools/testxml/ ; ./testxml.py silent |grep -v "Checking" + echo "Now using imagemagic to verify images..." + cd ../tools/imagescheck/ ; ./icccheck.sh + echo "Now run `make check-png` to check PNG images. Use `make contrib` if contributor list must be updated." |