summaryrefslogtreecommitdiffstats
path: root/.builds/rustfmt.yml
blob: fe863e47578b02f065e987f8c415b92d9f644ec9 (plain)
1
2
3
4
5
6
7
8
9
10
image: archlinux
sources:
  - https://github.com/alacritty/alacritty
tasks:
  - rustup: |
      curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly --profile minimal
      $HOME/.cargo/bin/rustup component add rustfmt
  - rustfmt: |
      cd alacritty
      $HOME/.cargo/bin/cargo fmt -- --check