Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Dominik Becker
LaTex Boilerplate
Commits
8f20dca9
Commit
8f20dca9
authored
Jun 29, 2020
by
Dominik Becker
Browse files
#40
added setup script to init repo
parent
6a58b7b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
setup.sh
setup.sh
+2
-0
No files found.
setup.sh
View file @
8f20dca9
...
...
@@ -15,10 +15,12 @@ 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
elif
[
$1
==
"latex"
]
then
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
write_help
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment