Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit 69e6f4e

Browse files
garrettmoonAdlai Holler
authored andcommitted
This should mirror the output you get from installing via Carthage. (#2801)
1 parent f52275b commit 69e6f4e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

build.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,4 +300,10 @@ if [ "$MODE" = "cocoapods-lint" ]; then
300300
exit 0
301301
fi
302302

303+
if [ "$MODE" = "carthage" ]; then
304+
echo "Verifying carthage works."
305+
306+
set -o pipefail && carthage update && carthage build --no-skip-current
307+
fi
308+
303309
echo "Unrecognised mode '$MODE'."

0 commit comments

Comments
 (0)