aboutsummaryrefslogtreecommitdiff
path: root/src/x509-info
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-03-30 19:21:22 -0700
committerFranck Cuny <franck@fcuny.net>2023-03-30 19:21:22 -0700
commitf06938bc360be14fec155872e77609acf5953af8 (patch)
treefc93946c9d3a66c5c2d746b88207c32bb2312fca /src/x509-info
parentupdate metadata in Cargo.toml (diff)
downloadx-f06938bc360be14fec155872e77609acf5953af8.tar.gz
remove configuration for drone
Diffstat (limited to 'src/x509-info')
-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