~ruther/avr-device

fdc319e398a651550bb802ea1be1c909ae67adfc — Rahix 4 years ago 37fb7d9
ci: Get rid of matrix build

Instead of a matrix build just build a single time
with all features enabled.

Signed-off-by: Rahix <rahix@rahix.de>
1 files changed, 1 insertions(+), 16 deletions(-)

M .travis.yml
M .travis.yml => .travis.yml +1 -16
@@ 4,8 4,6 @@ rust:

cache:
  - cargo
  - directories:
      - $TRAVIS_BUILD_DIR/atdf2svd/

addons:
  apt:


@@ 13,18 11,6 @@ addons:
      - python3-pip
      - python3-dev

env:
  matrix:
    - CHIP=atmega1280
    - CHIP=atmega8
    - CHIP=atmega328p
    - CHIP=atmega32u4
    - CHIP=attiny85
    # Check building all at once
    - CHIP=atmega1280,atmega8,atmega328p,atmega32u4,attiny85
    # Check building rt
    - CHIP=atmega32u4,attiny85,rt

install:
  - rustup component add rustfmt
  - cargo install form || true


@@ 34,5 20,4 @@ install:

script:
  - make RUSTUP_TOOLCHAIN=nightly-2020-07-12
  - echo $CHIP
  - cargo build --features $CHIP
  - cargo build --all-features

Do not follow this link