mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-02 14: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:
|
with:
|
||||||
tool: xbuild@0.2.0
|
tool: xbuild@0.2.0
|
||||||
|
|
||||||
- uses: dtolnay/rust-toolchain@master
|
- name: Install LLVM tools for Android
|
||||||
with:
|
if: contains(matrix.platform.target, 'android')
|
||||||
toolchain: ${{ matrix.toolchain }}${{ matrix.platform.host }}
|
run: sudo apt-get install llvm lld lldb clang clang++
|
||||||
targets: ${{ matrix.platform.target }}
|
|
||||||
components: clippy
|
|
||||||
|
|
||||||
- name: Check documentation
|
- name: Check documentation
|
||||||
run: cargo doc --no-deps $OPTIONS --document-private-items
|
run: cargo doc --no-deps $OPTIONS --document-private-items
|
||||||
@@ -111,7 +109,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Package crate for iOS
|
- name: Package crate for iOS
|
||||||
if: contains(matrix.platform.target, '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
|
- name: Build tests
|
||||||
if: >
|
if: >
|
||||||
|
|||||||
Reference in New Issue
Block a user