latexandmore/README.md

46 lines
1.6 KiB
Markdown
Raw Permalink Normal View History

2018-02-17 13:29:26 +01:00
[![pipeline status](https://gitlab.cs.fau.de/ik15ydit/latexandmore/badges/master/pipeline.svg)](https://gitlab.cs.fau.de/ik15ydit/latexandmore/commits/master)
2015-10-14 14:18:47 +02:00
# Richtige Benutzung:
## Repository kopieren
2016-01-21 18:09:24 +01:00
$ git clone <link_to_repository>
2015-10-14 14:18:47 +02:00
## Repository updaten
2017-01-28 22:09:19 +01:00
$ git remote update && git pull
2015-10-14 14:18:47 +02:00
2018-02-17 13:56:37 +01:00
## PDFs bauen
2015-10-14 14:18:47 +02:00
$ make
2018-02-17 13:56:37 +01:00
## Die Makefiles
2015-10-14 14:18:47 +02:00
* `make/make all` -> Standard
* `make continous` -> compeliert immer neu wenn sich etwas geändert hat
* `make solutions (nur IDB) -> baut ein PDFs mit Loesungsvorschlaegen`
2018-02-17 13:56:37 +01:00
## PDFs verlinken/autobuild
* `.gitlab-ci.yml` -> damit PDFs gebaut und verlinkt werden, müssen sie hier aufgeführt sein, einmal als make-Befehl und einmal als Artifakt-Pfad (ein Artifakt ist ein Ergebnis einer Arbeit)
2018-02-17 13:57:26 +01:00
```html
2018-02-17 14:01:17 +01:00
https://gitlab.cs.fau.de/ik15ydit/latexandmore/-/jobs/artifacts/autobuild/raw/<TOP_LEVEL_ORDNER[/UNTERORDNER]>/<PDF_NAME>?job=JOBNAME
```
* JOBNAME ist per meiner Konvention in diesem Repro immer gleich TOP\_LEVEL\_ORDNER (also AuD/FFI...), Beispiel:
```html
https://gitlab.cs.fau.de/ik15ydit/latexandmore/-/jobs/artifacts/autobuild/raw/IDB/klausur_ss16/klausur_idb_SS16.pdf?job=IDB
2018-02-17 13:56:37 +01:00
```
2018-02-17 13:57:26 +01:00
2018-02-17 13:56:37 +01:00
* Die autobuild-branch kann nicht gepusht sondern nur gemerg'ed werden (von Master), damit das passiert müsst ihr einen Merge Request stellen, das stellt sicher, dass PDFs immer bauen und es keine toten Links u.a. im FSI Wiki gibt.
2015-10-14 14:18:47 +02:00
# Ich habe einen Fehler gefunden!
2018-02-17 13:56:37 +01:00
* mach eine Issue auf
* mach einen pullrequest (bestes)
2016-01-21 18:09:24 +01:00
* wenn du write hast fixe es selbst (noch besser)
2015-10-14 14:18:47 +02:00
# Sonstiges
2016-01-21 18:09:24 +01:00
* die FSI_Gruppe hat write auf diesem Repro
2018-02-17 13:56:37 +01:00
* horschtey, rincewind, greeny, und luis haben write
2017-01-28 22:09:19 +01:00
# Ich will write
2018-02-17 13:56:37 +01:00
* Sprich mich in RL/IRC (Sheppy/ircnet) an