-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# references: | ||
# * https://www.objc.io/issues/6-build-tools/travis-ci/ | ||
# * https://github.com/supermarin/xcpretty#usage | ||
|
||
osx_image: xcode7.3 | ||
language: objective-c | ||
# cache: cocoapods | ||
# podfile: Example/Podfile | ||
# before_install: | ||
# - gem install cocoapods # Since Travis is not always on latest version | ||
# - pod install --project-directory=Example | ||
script: | ||
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/rapidsnark.xcworkspace -scheme rapidsnark-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty | ||
- pod lib lint |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
use_frameworks! | ||
|
||
platform :ios, '12.0' | ||
|
||
target 'rapidsnark_Example' do | ||
pod 'rapidsnark', :path => '../' | ||
|
||
target 'rapidsnark_Tests' do | ||
inherit! :search_paths | ||
|
||
|
||
end | ||
end |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
PODS: | ||
- rapidsnark (0.1.0): | ||
- rapidsnark/rapidsnark (= 0.1.0) | ||
- rapidsnark/C (0.1.0) | ||
- rapidsnark/rapidsnark (0.1.0): | ||
- rapidsnark/C | ||
|
||
DEPENDENCIES: | ||
- rapidsnark (from `../`) | ||
|
||
EXTERNAL SOURCES: | ||
rapidsnark: | ||
:path: "../" | ||
|
||
SPEC CHECKSUMS: | ||
rapidsnark: d4c41badf1fa4e1ca5a99aa2161b2b26631fdeb2 | ||
|
||
PODFILE CHECKSUM: 96331fd92ed9651d0ec43feadad116a15c20e7c7 | ||
|
||
COCOAPODS: 1.15.2 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.