Uploading Emulator

This commit is contained in:
duckietm
2024-03-13 11:28:48 +01:00
parent 9f061273ab
commit b017953b91
1824 changed files with 109921 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
image: maven:latest
stages:
- build
build:
stage: build
script:
- mvn package
only:
changes:
- src/**/*
- pom.xml
artifacts:
expire_in: 2 weeks
paths:
- target/Habbo-*.jar