mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-29 12:50:04 -04:00
Once more unto the breach!
Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@@ -93,11 +93,9 @@ jobs:
|
||||
with:
|
||||
tool: xbuild@0.2.0
|
||||
|
||||
- uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
toolchain: ${{ matrix.toolchain }}${{ matrix.platform.host }}
|
||||
targets: ${{ matrix.platform.target }}
|
||||
components: clippy
|
||||
- name: Install LLVM tools for Android
|
||||
if: contains(matrix.platform.target, 'android')
|
||||
run: sudo apt-get install llvm lld lldb clang clang++
|
||||
|
||||
- name: Check documentation
|
||||
run: cargo doc --no-deps $OPTIONS --document-private-items
|
||||
@@ -111,7 +109,7 @@ jobs:
|
||||
|
||||
- name: Package crate for iOS
|
||||
if: contains(matrix.platform.target, 'ios')
|
||||
run: x build -p xbuild-target --plaform ios --arch arm64
|
||||
run: x build -p xbuild-target --platform ios --arch arm64
|
||||
|
||||
- name: Build tests
|
||||
if: >
|
||||
|
||||
Reference in New Issue
Block a user