aboutsummaryrefslogtreecommitdiff
path: root/.builds/debian.yml
diff options
context:
space:
mode:
Diffstat (limited to '.builds/debian.yml')
-rw-r--r--.builds/debian.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.builds/debian.yml b/.builds/debian.yml
new file mode 100644
index 0000000..9140c92
--- /dev/null
+++ b/.builds/debian.yml
@@ -0,0 +1,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