Transition to monorepo on a new Dev branch

This commit is contained in:
octospacc 2023-02-22 10:29:46 +01:00
parent 8436f03ec7
commit 3a483dc0ef
3712 changed files with 751 additions and 11 deletions

5
.gitignore vendored
View File

@ -1 +1,6 @@
*.pyc
*.tmp
tmp.*
public/*
Sites/*/public/*
Themes/Build/*

13
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,13 @@
image: alpine:latest
before_script: |
apk update
apk add python3
pages:
stage: deploy
script: |
sh ./Sites/BuildAll.sh
artifacts:
paths:
- public

View File

Before

Width:  |  Height:  |  Size: 198 B

After

Width:  |  Height:  |  Size: 198 B

View File

Before

Width:  |  Height:  |  Size: 320 B

After

Width:  |  Height:  |  Size: 320 B

0
Source/Build.py → App/Source/Build.py Executable file → Normal file
View File

View File

Some files were not shown because too many files have changed in this diff Show More