From 1ebcd49601fe380759af9561616ef95f0bc800bb Mon Sep 17 00:00:00 2001 From: coolGi Date: Sun, 19 Feb 2023 21:38:08 +1030 Subject: [PATCH] Added quilt support to the ci --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bd5e2ab11..80eaa9832 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,7 @@ image: gradle:eclipse-temurin # all stages need to be defined here stages: + # TODO: Make stages depending on what is in versionProperties - build_1_18_2 # 1.18.2 build @@ -19,12 +20,15 @@ build_1_18_2: paths: - fabric/build/libs/*.jar - forge/build/libs/*.jar + - quilt/build/libs/*.jar exclude: # TODO: There is a lot of duplicate stuff here, fix it later - fabric/build/libs/*dev-shadow.jar - - forge/build/libs/*dev-shadow.jar - fabric/build/libs/*sources.jar + - forge/build/libs/*dev-shadow.jar - forge/build/libs/*sources.jar + - quilt/build/libs/*dev-shadow.jar + - quilt/build/libs/*sources.jar expire_in: 1 day when: always cache: