diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..8f24077 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,22 @@ +kind: pipeline +type: docker +name: default + +steps: +- name: build + image: moss/xelatex + commands: + - cd src + - make + - cd .. + +- name: gitea_release + image: plugins/gitea-release + settings: + api_key: ffded5f1656674869146e5e26d30e7247b0996d1 + base_url: https://git.kmlabz.com + files: pdf/* + when: + event: tag + checksum: + - sha512 diff --git a/README.md b/README.md index 5f8d4b9..a4baa30 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,7 @@ 2019 Szakdolgozat Latex [![Build Status](https://travis-ci.com/tormachris/knative-report-latex.svg?branch=master)](https://travis-ci.com/tormachris/knative-report-latex) + +Drone: + +[![Build Status](https://drone.kmlabz.com/api/badges/tormakris/knative-report-latex/status.svg)](https://drone.kmlabz.com/tormakris/knative-report-latex) diff --git a/src/.kile/thesis.kilepr.gui b/src/.kile/thesis.kilepr.gui index 58d257f..f62c6c9 100644 --- a/src/.kile/thesis.kilepr.gui +++ b/src/.kile/thesis.kilepr.gui @@ -2,7 +2,7 @@ kile_livePreviewEnabled=true kile_livePreviewStatusUserSpecified=true kile_livePreviewTool=LivePreview-XeLaTeX -lastDocument=content/abstract.tex +lastDocument=content/results.tex [document-settings,item:../../thesis-template-latex/src/thesis.tex] Bookmarks= @@ -108,47 +108,47 @@ open=true order=0 [item:content/abstract.tex] -open=true +open=false order=0 [item:content/acknowledgement.tex] open=true -order=9 +order=3 [item:content/appendices.tex] open=true -order=7 +order=2 [item:content/closing.tex] -open=true +open=false order=6 [item:content/create-functions.tex] -open=true +open=false order=4 [item:content/introduction.tex] -open=true +open=false order=1 [item:content/preparation.tex] -open=true +open=false order=3 [item:content/results.tex] open=true -order=5 +order=1 [item:content/theory.tex] open=true -order=2 +order=0 [item:thesis.kilepr] open=false order=-1 [item:thesis.tex] -open=true +open=false order=8 [view-settings,view=0,item:../../thesis-template-latex/src/thesis.tex] @@ -168,68 +168,68 @@ TextFolding=[] ViMarks=.,1,0,[,1,0,],1,0 [view-settings,view=0,item:content/acknowledgement.tex] -CursorColumn=138 -CursorLine=4 +CursorColumn=0 +CursorLine=7 Dynamic Word Wrap=false JumpList= TextFolding=[] -ViMarks=.,4,137,[,4,131,],4,137 +ViMarks=.,8,233,[,8,233,],8,233 [view-settings,view=0,item:content/appendices.tex] -CursorColumn=18 -CursorLine=190 +CursorColumn=37 +CursorLine=6 Dynamic Word Wrap=false JumpList= TextFolding=[] ViMarks=.,181,0,[,181,0,],181,9 [view-settings,view=0,item:content/closing.tex] -CursorColumn=231 -CursorLine=14 +CursorColumn=29 +CursorLine=4 Dynamic Word Wrap=true JumpList= TextFolding=[] -ViMarks=.,14,230,[,14,230,],14,230 +ViMarks=.,4,28,[,4,19,],4,28 [view-settings,view=0,item:content/create-functions.tex] -CursorColumn=583 -CursorLine=59 +CursorColumn=121 +CursorLine=1 Dynamic Word Wrap=true JumpList= TextFolding=[] -ViMarks=.,59,501,[,59,501,],59,501 +ViMarks=.,34,55,[,34,38,],34,57 [view-settings,view=0,item:content/introduction.tex] -CursorColumn=27 -CursorLine=0 +CursorColumn=24 +CursorLine=5 Dynamic Word Wrap=true JumpList= TextFolding=[] ViMarks=.,1,0,[,1,0,],1,0 [view-settings,view=0,item:content/preparation.tex] -CursorColumn=623 -CursorLine=127 +CursorColumn=866 +CursorLine=125 Dynamic Word Wrap=true JumpList= TextFolding=[] -ViMarks=.,127,622,[,127,621,],127,622 +ViMarks=.,123,241,[,123,232,],123,241 [view-settings,view=0,item:content/results.tex] -CursorColumn=461 -CursorLine=178 +CursorColumn=0 +CursorLine=195 Dynamic Word Wrap=true JumpList= TextFolding=[] -ViMarks=.,178,460,[,178,460,],178,460 +ViMarks=.,131,180,[,131,177,],131,180 [view-settings,view=0,item:content/theory.tex] -CursorColumn=135 -CursorLine=171 +CursorColumn=404 +CursorLine=125 Dynamic Word Wrap=true JumpList= TextFolding=[] -ViMarks=.,189,111,[,189,111,],189,111 +ViMarks=.,66,39,[,66,39,],66,39 [view-settings,view=0,item:thesis.tex] CursorColumn=22 diff --git a/src/content/.acknowledgement.tex.kate-swp b/src/content/.acknowledgement.tex.kate-swp deleted file mode 100644 index d7a94fd..0000000 Binary files a/src/content/.acknowledgement.tex.kate-swp and /dev/null differ