mirror of
https://github.com/dandavison/delta.git
synced 2024-11-30 18:18:09 +03:00
ci: improve formatting (#1238)
* ci: improve formatting * ci.yaml: apply new formatting
This commit is contained in:
parent
afa7a1a38d
commit
d6db040421
28
.github/workflows/cd.yml
vendored
28
.github/workflows/cd.yml
vendored
@ -12,13 +12,27 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
job:
|
||||
- { os: macos-latest, target: x86_64-apple-darwin, use-cross: false }
|
||||
- { os: windows-latest, target: x86_64-pc-windows-msvc, use-cross: false }
|
||||
- { os: ubuntu-latest , target: x86_64-unknown-linux-gnu, use-cross: false }
|
||||
- { os: ubuntu-latest, target: x86_64-unknown-linux-musl, use-cross: true }
|
||||
- { os: ubuntu-latest, target: i686-unknown-linux-gnu, use-cross: true }
|
||||
- { os: ubuntu-latest, target: arm-unknown-linux-gnueabihf, use-cross: true }
|
||||
- { os: ubuntu-latest, target: aarch64-unknown-linux-gnu, use-cross: true }
|
||||
- os: macos-latest
|
||||
target: x86_64-apple-darwin
|
||||
use-cross: false
|
||||
- os: windows-latest
|
||||
target: x86_64-pc-windows-msvc
|
||||
use-cross: false
|
||||
- os: ubuntu-latest
|
||||
target: x86_64-unknown-linux-gnu
|
||||
use-cross: false
|
||||
- os: ubuntu-latest
|
||||
target: x86_64-unknown-linux-musl
|
||||
use-cross: true
|
||||
- os: ubuntu-latest
|
||||
target: i686-unknown-linux-gnu
|
||||
use-cross: true
|
||||
- os: ubuntu-latest
|
||||
target: arm-unknown-linux-gnueabihf
|
||||
use-cross: true
|
||||
- os: ubuntu-latest
|
||||
target: aarch64-unknown-linux-gnu
|
||||
use-cross: true
|
||||
|
||||
steps:
|
||||
- name: Installing Rust toolchain
|
||||
|
28
.github/workflows/ci.yml
vendored
28
.github/workflows/ci.yml
vendored
@ -14,13 +14,27 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
job:
|
||||
- { os: macos-latest, target: x86_64-apple-darwin, use-cross: false }
|
||||
- { os: windows-latest, target: x86_64-pc-windows-msvc, use-cross: false }
|
||||
- { os: ubuntu-latest , target: x86_64-unknown-linux-gnu, use-cross: false }
|
||||
- { os: ubuntu-latest, target: x86_64-unknown-linux-musl, use-cross: true }
|
||||
- { os: ubuntu-latest, target: i686-unknown-linux-gnu, use-cross: true }
|
||||
- { os: ubuntu-latest, target: arm-unknown-linux-gnueabihf, use-cross: true }
|
||||
- { os: ubuntu-latest, target: aarch64-unknown-linux-gnu, use-cross: true }
|
||||
- os: macos-latest
|
||||
target: x86_64-apple-darwin
|
||||
use-cross: false
|
||||
- os: windows-latest
|
||||
target: x86_64-pc-windows-msvc
|
||||
use-cross: false
|
||||
- os: ubuntu-latest
|
||||
target: x86_64-unknown-linux-gnu
|
||||
use-cross: false
|
||||
- os: ubuntu-latest
|
||||
target: x86_64-unknown-linux-musl
|
||||
use-cross: true
|
||||
- os: ubuntu-latest
|
||||
target: i686-unknown-linux-gnu
|
||||
use-cross: true
|
||||
- os: ubuntu-latest
|
||||
target: arm-unknown-linux-gnueabihf
|
||||
use-cross: true
|
||||
- os: ubuntu-latest
|
||||
target: aarch64-unknown-linux-gnu
|
||||
use-cross: true
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user