forked from consenlabs/token-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
24 lines (23 loc) · 818 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
matrix:
include:
-
language: rust
script:
- cargo build --verbose --all
- cargo test --verbose --all -- --test-threads=1
-
os: osx
language: swift
osx_image: xcode11.2
env:
- PATH=$PATH:/Users/travis/.cargo/bin:/Users/travis/.rustup
before_script:
- "bash <(curl https://sh.rustup.rs -sSf) -y"
- "rustup target add aarch64-apple-ios armv7-apple-ios armv7s-apple-ios i386-apple-ios x86_64-apple-ios"
- "cargo install cargo-lipo cbindgen"
- "cd tools && sh ios-example-build.sh"
- "cd ../examples/iOSExample"
xcode_workspace: iOSExample.xcworkspace # path to your xcodeproj folder
xcode_scheme: iOSExample
xcode_destination: platform=iOS Simulator,OS=13.2,name=iPhone 11 Pro