Compare commits

...

24 Commits
v2.2 ... main

Author SHA1 Message Date
44538f3af6 Update .gitea/workflows/build.yaml
Some checks failed
Build and Release / build (push) Has been cancelled
2025-03-25 13:03:15 +00:00
65e919ae70 Update .gitea/workflows/build.yaml
Some checks failed
Build and Release / build (push) Failing after 1m1s
2025-03-25 13:00:08 +00:00
2977e413d7 Update .gitea/workflows/build.yaml
Some checks failed
Build and Release / build (push) Failing after 13s
2025-03-25 12:56:31 +00:00
70b7550747 Update .gitea/workflows/build.yaml 2025-03-25 12:45:18 +00:00
Nareshkumar Rao
4484fc0303 wip
Some checks failed
Build and Release / build (push) Has been cancelled
2025-03-23 14:35:11 +01:00
Nareshkumar Rao
9fe5342173 wip 2025-03-23 14:31:29 +01:00
Nareshkumar Rao
559d6b92d1 wip 2025-03-23 13:07:36 +01:00
Nareshkumar Rao
212a94323f wip 2025-03-23 12:58:46 +01:00
Nareshkumar Rao
59d7e220ff wip 2025-03-23 12:57:41 +01:00
Nareshkumar Rao
432defcf5e wip 2025-03-23 12:22:44 +01:00
Nareshkumar Rao
d8348e4242 wip 2025-03-23 12:19:54 +01:00
Nareshkumar Rao
48ddccb40c wip 2025-03-23 12:14:49 +01:00
Nareshkumar Rao
4c2f351506 wip 2025-03-23 12:10:51 +01:00
Nareshkumar Rao
1c8a16aedf wip 2025-03-23 04:15:07 +01:00
Nareshkumar Rao
85a14b6bc0 wip 2025-03-23 04:08:24 +01:00
Nareshkumar Rao
70401a3750 wip 2025-03-23 04:07:35 +01:00
Nareshkumar Rao
b80f99ab2e wip
Some checks failed
Build and Release / build (push) Failing after 5s
2025-03-23 04:05:04 +01:00
Nareshkumar Rao
46d214a642 wip
Some checks failed
Build and Release / build (push) Has been cancelled
2025-03-23 04:01:06 +01:00
Nareshkumar Rao
8d56a258bd wip
Some checks failed
Build and Release / build (push) Has been cancelled
2025-03-23 03:55:27 +01:00
Nareshkumar Rao
b68687f0bd wip
Some checks failed
Build and Release / build (push) Has been cancelled
2025-03-23 03:27:54 +01:00
Nareshkumar Rao
6d3f2a6942 wip
Some checks failed
Build and Release / build (push) Has been cancelled
2025-03-23 03:22:54 +01:00
Nareshkumar Rao
ec4d31598b wip
Some checks failed
Build and Release / build (push) Has been cancelled
2025-03-23 03:19:36 +01:00
Nareshkumar Rao
7f08b6d38e wip
Some checks failed
Build and Release / build (push) Has been cancelled
2025-03-23 03:13:06 +01:00
Nareshkumar Rao
e75fdbd184 fix image 2022-03-03 11:07:10 +01:00
4 changed files with 27 additions and 51 deletions

View File

@ -1,42 +0,0 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: buildlatex
image: nareshkumarrao/texliveonfly
commands:
- tlmgr update --self --all
- texliveonfly Main.tex
- biber main
- texliveonfly Main.tex
- biber main
- texliveonfly Main.tex
- name: gitea_release
image: plugins/gitea-release
settings:
base_url: https://git.nareshkumarrao.com
api_key:
from_secret: gitea_token
files: Main.pdf
when:
event: tag
- name: pushftp
image: cschlosser/drone-ftps
environment:
PLUGIN_HOSTNAME: nareshkumarrao.com:21
FTP_USERNAME:
from_secret: ftp_username
FTP_PASSWORD:
from_secret: ftp_password
PLUGIN_SECURE: false
PLUGIN_DEST_DIR: master_thesis
PLUGIN_INCLUDE: ^Main.pdf$
when:
event: tag
trigger:
event:
- tag

View File

@ -0,0 +1,26 @@
name: Build and Release
on:
push:
tags:
- 'v*'
schedule:
- cron: '@monthly'
jobs:
build:
runs-on: ubuntu-latest
container:
image: alpine:latest
options: --user root
steps:
- run: apk add --no-cache nodejs nix
- name: Checkout code
uses: actions/checkout@v4
- run: nix-channel --add https://nixos.org/channels/nixos-24.11 nixpkgs && nix-channel --update
- run: nix-shell -p biber tectonic --run "tectonic Main.tex"
- name: Create Release
uses: https://github.com/softprops/action-gh-release@v2
with:
files: Main.pdf

View File

@ -1,8 +0,0 @@
build-job:
image: texlive/texlive:latest
stage: build
script:
- make
tags:
- docker

View File

@ -336,7 +336,7 @@ While \autoref{fig:processoverview} gives a brief overview of the interrelations
\end{enumerate}
\begin{figure}[h]
\begin{figure}[H]
\centering
\includegraphics[width=0.8\textwidth]{./design/ProcessOverview}
\caption{Overview of the communication and processing process between the remote controller and the local processor.}