Build optimization

- Remove appveyor
- Added docker compose for building docs locally
- Added manuall run of GitHub Action builds
- Added paths to trigger builds
This commit is contained in:
kaltokri
2023-10-27 17:01:51 +02:00
parent d8c2b8b719
commit b0c8f05f38
7 changed files with 71 additions and 87 deletions

4
.gitattributes vendored
View File

@@ -15,3 +15,7 @@
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
# Avoid Windows line endings on shell scripts
# Needed for dockerfile builds
*.sh text eol=lf