Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compile workflow #155

Closed
wants to merge 12 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ jobs:
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: xu-cheng/texlive-action/full@v1
with:
uses: actions/checkout@v4
- uses: xu-cheng/texlive-action@v2
with:
scheme: full
run: |
apk add make
apk add g++
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ vorkurs/
vorkurs.zip
pool_setup/poolpw
title.pdf
.vscode/
.DS_Store
*.dSYM
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,8 @@ dir: files/*
@cp files/vector.cpp vorkurs/lektion15/. > /dev/null
@cp files/warnings.cpp vorkurs/lektion16/. > /dev/null
@cp files/warnprim.cpp vorkurs/lektion16/. > /dev/null
@cp files/tictactoe.cpp vorkurs/lektion17/. > /dev/null
@cp files/tictactoe.cpp vorkurs/lektion14/. > /dev/null
@cp files/assemble.cpp vorkurs/lektion18/. > /dev/null
@echo "TTT-Dateien kompilieren…"
@g++ -c -o vorkurs/lektion17/tictactoe.o files/ttt_closed/tictactoe.cpp > /dev/null
@g++ -c -o vorkurs/lektion19/frage_feld_nummer.o files/ttt_closed/frage_feld_nummer.cpp > /dev/null
@g++ -c -o vorkurs/lektion19/gewinnerin.o files/ttt_closed/gewinnerin.cpp > /dev/null
@g++ -c -o vorkurs/lektion19/gebe_feld_aus.o files/ttt_closed/gebe_feld_aus.cpp > /dev/null
@echo "Vorkurs-Verzeichnis erstellt."
@echo "Wenn du das Verzeichnis überall hin kopiert hast, nutze "make nodir", um sicherzustellen, dass das Skript nächstes Jahr wieder funktioniert"

Expand Down
Empty file.
Empty file.
File renamed without changes.
Empty file added appendix/error_messages.tex
Empty file.
13 changes: 13 additions & 0 deletions appendix/intro.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
\chapter{Appendix}
\pagestyle{empty}


\pagestyle{fancy}
\input{appendix/cheatsheet_shortcuts} %ToDo needs to be added
\input{appendix/cheatsheet_shellcomands} % ToDo needs to be added
\input{appendix/coding_style} %ToDo, partially done
\input{appendix/error_messages} % ToDo needs to be added

\clearpage
\pagestyle{empty}

85 changes: 0 additions & 85 deletions basics/arrays.tex

This file was deleted.

50 changes: 0 additions & 50 deletions basics/tictactoe2.tex

This file was deleted.

24 changes: 0 additions & 24 deletions classes/classes.tex

This file was deleted.

9 changes: 0 additions & 9 deletions classes/content.txt

This file was deleted.

24 changes: 0 additions & 24 deletions classes/enum.tex

This file was deleted.

12 changes: 0 additions & 12 deletions classes/intro.tex

This file was deleted.

53 changes: 0 additions & 53 deletions classes/struct.tex

This file was deleted.

Empty file added files/array.cpp
Empty file.
Loading