aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/x509-info/.drone.yml50
1 files changed, 0 insertions, 50 deletions
diff --git a/src/x509-info/.drone.yml b/src/x509-info/.drone.yml
deleted file mode 100644
index 7c469a4..0000000
--- a/src/x509-info/.drone.yml
+++ /dev/null
@@ -1,50 +0,0 @@
-kind: pipeline
-type: docker
-name: checks
-
-trigger:
- event:
- - push
- - pull_request
- - cron
-
-steps:
- - name: Run checks
- image: nixpkgs/nix-flakes:nixos-22.05
- commands:
- - nix develop --command cargo fmt --check
- - nix develop --command cargo deny check
- - nix develop --command cargo clippy -- -D warnings
----
-kind: pipeline
-type: docker
-name: build
-
-trigger:
- event:
- - push
- - pull_request
- - cron
-
-steps:
- - name: Run tests and build
- image: nixpkgs/nix-flakes:nixos-22.05
- commands:
- - nix develop --command cargo test
- - nix build .
- - nix run . -- fcuny.net
- - nix run . -- --format long fcuny.net
----
-kind: pipeline
-type: docker
-name: flakes-update
-trigger:
- event:
- - cron
-
-steps:
- - name: update flakes
- image: nixpkgs/nix-flakes:nixos-22.05
- commands:
- - nix flake update --commit-lock-file
- - nix develop -c git push origin --all