File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed
Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -113,32 +113,6 @@ jobs:
113113 command : build
114114 args : --target aarch64-apple-ios --verbose
115115
116- test-ios-simul-stable :
117- name : iOS (Stable, X64, Simulation)
118- runs-on : macos-11
119- steps :
120- - name : Checkout out repository
121- uses : actions/checkout@v2
122- with :
123- submodules : true
124-
125- - name : Install latest stable Rust toolchain
126- uses : actions-rs/toolchain@v1
127- with :
128- toolchain : stable
129- target : x86_64-apple-ios
130- override : true
131-
132- - name : Install cargo dinghy
133- run : cargo install cargo-dinghy
134-
135- - name : Run cargo test
136- run : |
137- export RUNTIME_ID=$(xcrun simctl list runtimes | grep iOS | cut -d ' ' -f 7 | tail -1)
138- export SIMULATOR_ID=$(xcrun simctl create iPhoneSimulator com.apple.CoreSimulator.SimDeviceType.iPhone-8 $RUNTIME_ID)
139- xcrun simctl boot $SIMULATOR_ID
140- cargo dinghy test --target x86_64-apple-ios
141-
142116
143117 test-windows-msvc-stable :
144118 name : Windows (Stable, MSVC)
You can’t perform that action at this time.
0 commit comments