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