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 fdded35 commit 74ab865Copy full SHA for 74ab865
.github/workflows/ci.yml
@@ -21,6 +21,8 @@ jobs:
21
${{ runner.os }}-carthage-
22
- name: Dependencies
23
run: carthage bootstrap --no-use-binaries --platform macOS --cache-builds
24
+ - name: Dependency libxml2
25
+ run: brew install libxml2 && brew link --force libxml2
26
- name: macOS
27
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -workspace "Contentstack.xcworkspace" -scheme "Contentstack macOS" SWIFT_ACTIVE_COMPILATION_CONDITIONS="NO_FATAL_TEST" -destination "platform=macOS" test | xcpretty
28
iOS:
0 commit comments