aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml40
1 files changed, 0 insertions, 40 deletions
diff --git a/.drone.yml b/.drone.yml
deleted file mode 100644
index df06439..0000000
--- a/.drone.yml
+++ /dev/null
@@ -1,40 +0,0 @@
----
-kind: pipeline
-name: default
-
-node:
- nix-daemon: 1
-
-steps:
- - name: check formatting
- image: nixpkgs/nix:nixos-22.05
- environment:
- NIX_PATH: 'nixpkgs=channel:nixos-22.05'
- commands:
- - nix-shell -p cargo -p rustfmt --run 'cargo fmt -- --check'
-
- - name: build
- image: nixpkgs/nix:nixos-22.05
- commands:
- - nix build --extra-experimental-features nix-command --extra-experimental-features flakes .#debug.x86_64-linux.diplonat
-
- - name: test
- image: nixpkgs/nix:nixos-22.05
- commands:
- - nix build --extra-experimental-features nix-command --extra-experimental-features flakes .#test.x86_64-linux.diplonat
- - ./result-bin/bin/diplonat-*
-
-trigger:
- event:
- - custom
- - push
- - pull_request
- - tag
- - cron
-
-
----
-kind: signature
-hmac: 110a818a7e2a1c48032c552a2fa482c7ef8293c3108fa23b01a738c567060dc9
-
-...