We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ead2b8 commit 9eb9eedCopy full SHA for 9eb9eed
build.sh
@@ -5,11 +5,6 @@ mkdir -p artifacts
5
echo "Update carthage deps"
6
sh carthage.sh update --use-xcframeworks --platform iOS --log-path artifacts/carthage.log
7
8
-echo 'exit 0' > Carthage/Checkouts/Nuke/Scripts/lint.sh
9
-echo 'exit 0' > Carthage/Checkouts/Nuke/Scripts/validate.sh
10
-
11
-sh carthage.sh build --use-xcframeworks --platform iOS --log-path artifacts/carthage.log
12
13
rm -r Output/NukeProxy.xcframework
14
15
echo "xcode build"
0 commit comments