Adjust to personal needs

This commit is contained in:
2021-05-16 22:01:36 +02:00
parent cf6cb99174
commit 2e703347d6
13 changed files with 135 additions and 39 deletions

View File

@@ -14,13 +14,15 @@ fi
if [ $1 == "markdown" ]
then
cp templates/markdown.gitlab-ci.yml ./.gitlab-ci.yml
cp templates/markdown.azure-pipelines.yml ./azure-pipelines.yml
cp templates/markdown.tasks.json ./.vscode/tasks.json
cp templates/markdown.main.tex ./main.tex
#cp templates/markdown.gitlab-ci.yml ./.gitlab-ci.yml
cp templates/markdown/.drone.yml ./.drone.yml
#cp templates/markdown/github-workflow.yml ./.github/workflows/latex.yml
cp templates/markdown/azure-pipelines.yml ./azure-pipelines.yml
cp templates/markdown/tasks.json ./.vscode/tasks.json
cp templates/markdown/main.tex ./main.tex
elif [ $1 == "latex" ]
then
cp templates/latex.gitlab-ci.yml ./.gitlab-ci.yml
#cp templates/latex.gitlab-ci.yml ./.gitlab-ci.yml
cp templates/latex.azure-pipelines.yml ./azure-pipelines.yml
cp templates/latex.tasks.json ./.vscode/tasks.json
else