Restructure folders and add CI

This commit is contained in:
Octo Andri 2022-05-17 06:40:46 +00:00
parent 3829fb6914
commit 649479d9d5
56 changed files with 16 additions and 0 deletions

16
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,16 @@
image: alpine:latest
before_script:
- apk update
- apk add python3
pages:
stage: deploy
script:
- cd Source
- python3 Build.py
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH