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

Build keretrendszer + CI beüzemelése #3

Merged
merged 10 commits into from
May 17, 2024
Merged

Build keretrendszer + CI beüzemelése #3

merged 10 commits into from
May 17, 2024

Conversation

leventebajak
Copy link
Contributor

@leventebajak leventebajak commented May 11, 2024

Build keretrendszer + CI beüzemelése

Build keretrendszer

A build keretrendszer beüzemeléséhez a Maven-t választottuk.

A pom.xml fájl tartalmazza a projekt függőségeit és a build konfigurációját.

A build parancs: mvn clean package assembly:single. Ez létrehozza a target mappában a futtatható .jar fájlt.

A tesztek az mvn test paranccsal futtathatóak.

CI beüzemelése

A CI beüzemeléséhez a GitHub Actions-t választottuk.

A CI konfigurációja a .github/workflows/maven.yml fájlban található.

A main branch-en minden push-ra és pull request-re lefut. A Maven paranccsal buildeli a projektet és futtatja a teszteket.

@leventebajak leventebajak linked an issue May 11, 2024 that may be closed by this pull request
doc/Build keretrendszer + CI beüzemelése.md Outdated Show resolved Hide resolved
pom.xml Show resolved Hide resolved
Copy link
Contributor

@KarsaiArtur KarsaiArtur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nekem is jónak tűnik. Ezzel ezt a feladatot lezárom

doc/Build keretrendszer + CI beüzemelése.md Outdated Show resolved Hide resolved
pom.xml Show resolved Hide resolved
@KarsaiArtur KarsaiArtur merged commit fec9c35 into main May 17, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build keretrendszer + CI beüzemelése
4 participants