Skip to content

Commit

Permalink
Added maven+ci documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
andris0409 authored May 22, 2024
1 parent be4926d commit d348a11
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions doc/maven_beuzemeles.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Build keretrendszer + CI beüzemelése
## Projekt konfigurálása Maven-nel:
- Létrehoztuk a pom.xml fájlt.
- Java jdk verziót beállítottuk 21-re
- gitignore beállítottuk a target és idea fájlokra

## GitHub Actions CI beüzemelése
- Létrehoztunk workflow könyvtárat
- Ebben a mapábban hozzáadtunk workflow fájlt maven.yml

## Build és tesztelés
- A projektet ezek után teszteltük különböző fejlesztői környezetekben:
- InteliJ
- Visual Studio Code
- Eclipse

0 comments on commit d348a11

Please sign in to comment.