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
@@ -0,0 +1,14 @@
version: "3.5"
services:
lua:
image: moose/build-docs
build:
context: .
dockerfile: Dockerfile
container_name: moose-build-docs
volumes:
- ../../:/moose
stdin_open: true
tty: true
command: /bin/bash -c /start.sh