ci: use mvn verify phase instead of install
Installing the artifacts is not necessary, and currently we have to remove them from the build cache to prevent that from growing too large
This commit is contained in:
3
.github/workflows/CI.yml
vendored
3
.github/workflows/CI.yml
vendored
@@ -27,6 +27,3 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: ./ci/build.sh
|
||||
|
||||
- name: Remove build artifacts
|
||||
run: rm -rf ~/.m2/repository/net/runelite
|
||||
|
||||
@@ -15,4 +15,4 @@ if [ ! -f "${GLSLANG_ARCHIVE}" ] || [ ! -d "${GLSLANG_DIR}" ] || ! echo "${GLSLA
|
||||
unzip -o -q "${GLSLANG_ARCHIVE}" -d "${GLSLANG_DIR}"
|
||||
fi
|
||||
|
||||
mvn clean install --settings ci/settings.xml -Dglslang.path="${GLSLANG_DIR}/bin/glslangValidator"
|
||||
mvn verify --settings ci/settings.xml -Dglslang.path="${GLSLANG_DIR}/bin/glslangValidator"
|
||||
|
||||
Reference in New Issue
Block a user