tsaoyu / WHUT-LaTeX-bachelor

This is a free LaTeX template for the undergraduate thesis at WHUT
65 stars 26 forks source link

Implement CI on this template #3

Open tsaoyu opened 6 years ago

tsaoyu commented 6 years ago

Having continuous integration on this template allow us to test the template on different operating systems. The idea is to setup and running a Travis CI (linux, mac) and an Appveyor (windows) to compile tex files. Result pdf will then push back to result branch of this repo. We will able to tell if it works on different operating systems without having a local machine. Steps are

As a helper, you will:

moooyo commented 4 years ago

We can use GitHub Actions now.

tsaoyu commented 4 years ago

@moooyo Sure, I am happy to use different CI service as long as it fulfils the requirement.