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