mirror of
https://github.com/neon443/ShhShell.git
synced 2026-03-11 05:19:13 +00:00
update CI script
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1 +1 @@
|
||||
Frameworks
|
||||
Frameworks/*
|
||||
|
||||
@@ -6,5 +6,9 @@
|
||||
# Created by neon443 on 07/06/2025.
|
||||
#
|
||||
|
||||
cd SRCROOT
|
||||
pwd
|
||||
#working dir starts at /Volumes/workspace/repository/ci_scripts
|
||||
cd ..
|
||||
mkdir Frameworks; cd Frameworks
|
||||
wget -O frameworks.zip https://files.catbox.moe/8094yg.zip
|
||||
unzip frameworks.zip
|
||||
rm frameworks.zip
|
||||
|
||||
Reference in New Issue
Block a user