aboutsummaryrefslogtreecommitdiff
path: root/.builds/archlinux-msrv.yml
blob: d2b0fca7b9f899757e33dfdc58cf2c8f85e7536a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright (C) 2019 Robin Krahl <robin.krahl@ireas.org>
# SPDX-License-Identifier: CC0-1.0
image: archlinux
packages:
  - rustup
sources:
  - https://git.ireas.org/ntw
tasks:
  - setup: |
      rustup set profile minimal
      rustup default 1.37.0
      rustup target add thumbv7m-none-eabi
  - version: |
      rustc -V
  - build: |
      cd ntw
      cargo build --release
      size target/thumbv7m-none-eabi/release/ntw