aboutsummaryrefslogtreecommitdiff
path: root/.builds/debian.yml
blob: 9140c922d8bbdbadd42b8c9495ff056cb0dbe154 (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: debian/stable
packages:
  - cargo
sources:
  - https://git.ireas.org/dialog-rs
tasks:
  - build: |
      cd dialog-rs
      cargo build --release
  - test: |
      cd dialog-rs
      cargo test