HSLU-BaumannWicki / BA-Dokumentation-Template

Ein Repository mit einer Vorlage um die Bachelorarbeit an der Hochschule Luzern in LaTeX zu schreiben.
32 stars 9 forks source link

Travis-CI build fails due to missing packages #1

Closed eddex closed 4 years ago

eddex commented 4 years ago

Hi

Fist of all, thanks for the awesome template! I'll write my BDA this semester and I'm gonna use it. Unfortunately I cannot make the documentation public on GitHub so I'm using a private repo.

While setting up travis-ci, I encountered some build errors: image

They were all caused by missing tlmgr packages. Travis caches the previously installed packages, maybe that's why the build works on your environment.

The missing packages are:

KilnOfTheSecondFlame commented 4 years ago

Thanks for the flowers 😄 Me and @CryDeb are happy that our work is still useful =) Huh, could be that these packages were dependencies before and got installed too. The cache shouldn't have been a problem back then.

Thanks for the fix! A little caveat though: The packages for the specific distro get installed in .travis.yml, as we wanted the minimal install to be generic. Could you move the tlmgr install to the correct file?

eddex commented 4 years ago

I moved the install of the missing packages to .travis.yml, should be consistent with the rest now: https://github.com/HSLU-BaumannWicki/BA-Dokumentation-Template/pull/2/commits/191753b4a3313cf3466ebacd1bab7bf3263a5c00

KilnOfTheSecondFlame commented 4 years ago

Thanks for the fix =)