update CI script

This commit is contained in:
neon443
2025-06-07 19:23:40 +01:00
parent d6c00299e9
commit 40ffdcf262
2 changed files with 7 additions and 3 deletions

2
.gitignore vendored
View File

@@ -1 +1 @@
Frameworks Frameworks/*

View File

@@ -6,5 +6,9 @@
# Created by neon443 on 07/06/2025. # Created by neon443 on 07/06/2025.
# #
cd SRCROOT #working dir starts at /Volumes/workspace/repository/ci_scripts
pwd cd ..
mkdir Frameworks; cd Frameworks
wget -O frameworks.zip https://files.catbox.moe/8094yg.zip
unzip frameworks.zip
rm frameworks.zip