routerkeygen / routerkeygenPC

Qt Port for Linux, Mac OSX and Windows
GNU General Public License v3.0
291 stars 89 forks source link

add travis ci config #23

Closed TuxCoder closed 9 years ago

TuxCoder commented 9 years ago

I tryed hard to fix an lintian error on the debian package but I can't fix it. For now there is a || true in the build_linux.sh file because otherwise travis report an error.

The issue is because the build container from travis is running ubuntu 12.04. In this version cmake or dpkg has an issue that the md5sum file has the false rights (664 instant of 644). It is better than nothing for now. Looking forward that travis support newer distribution versions.

I also cleared all other errors from lintian. there are some small debian package rules issue like description should not be the project name,......

ruiaraujo commented 9 years ago

Thanks!

I am not using linux now since I stopped having a desktop so I never fixed those debian package warnings.