aboutsummaryrefslogtreecommitdiff
path: root/.builds/archlinux.yml
blob: f381f3265cd04c8ba3ef6af78cc500255b1a19fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright (C) 2020 Robin Krahl <robin.krahl@ireas.org>
# SPDX-License-Identifier: MIT
image: archlinux
packages:
  - rust
sources:
  - https://git.ireas.org/bibdirsync
tasks:
  - build: |
      cd bibdirsync
      cargo build --release
  - test: |
      cd bibdirsync
      cargo test