lepidopter icon indicating copy to clipboard operation
lepidopter copied to clipboard

Add Travis CI build test

Open anadahz opened this issue 9 years ago • 2 comments

anadahz avatar Jun 03 '16 16:06 anadahz

I'm not sure if this can work in current Travis CI: Failure trying to run: chroot /tmp/tmpfJQYfK mount -t proc proc /proc

Source.

anadahz avatar Jun 03 '16 21:06 anadahz

Have you tried to add travis a final command to cat the log generated by bootstrap and see what it contains so we can better understand the issue?

Another option could be to use docker to install a distro (for example trusty) and all the packages you need and then run your script. This has the advantage that you can test it locally and docker exec -it... to understand what is actually going on. Then you can tell travis to run your docker.

bassosimone avatar Jun 09 '16 20:06 bassosimone