diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-03-30 19:23:21 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-03-30 19:23:21 -0700 |
| commit | 6ca08e1840d85d504987b38fef57474635dc8db2 (patch) | |
| tree | fa8f918bfffd1ca820115c6c92cfe1236b242f8b | |
| parent | fix(flake): define the overlay correctly (diff) | |
| download | sendsms-main.tar.gz | |
| -rw-r--r-- | .drone.yml | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index d1933e8..0000000 --- a/.drone.yml +++ /dev/null @@ -1,33 +0,0 @@ -kind: pipeline -type: docker -name: checks - -trigger: - event: - - push - - pull_request - -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 - -steps: - - name: Run tests and build - image: nixpkgs/nix-flakes:nixos-22.05 - commands: - - nix develop --command cargo test - - nix build . - - nix run . -- --help |
