Fix ios example in ci
This commit is contained in:
parent
cf2cf5cc88
commit
ba893c3400
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -58,6 +58,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
command: build
|
command: build
|
||||||
args: --features webview --example webview_custom_protocol
|
args: --features webview --example webview_custom_protocol
|
||||||
|
- uses: actions-rs/toolchain@v1
|
||||||
|
with:
|
||||||
|
toolchain: stable
|
||||||
|
override: true
|
||||||
|
target: x86_64-apple-ios
|
||||||
# Since it's all Objective-C message passing under the hood, we're
|
# Since it's all Objective-C message passing under the hood, we're
|
||||||
# really just looking for whether we've broken the iOS build. It is likely
|
# really just looking for whether we've broken the iOS build. It is likely
|
||||||
# that more robust tests/checking infrastructure should exist for this side
|
# that more robust tests/checking infrastructure should exist for this side
|
||||||
|
@ -68,8 +73,7 @@ jobs:
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: build
|
command: build
|
||||||
target: x86_64-apple-ios
|
args: --target x86_64-apple-ios --example ios-beta --no-default-features --features uikit,autolayout
|
||||||
args: --example ios-beta --no-default-features --features uikit,autolayout
|
|
||||||
|
|
||||||
ios:
|
ios:
|
||||||
name: Check that iOS tests pass via dinghy.
|
name: Check that iOS tests pass via dinghy.
|
||||||
|
|
Loading…
Reference in a new issue