Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit b85d42d

Browse files
committed
Added drone.yml
1 parent 6429129 commit b85d42d

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.drone.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
kind: pipeline
3+
type: docker
4+
name: Test
5+
6+
steps:
7+
- name: Run Tests
8+
image: rust:latest
9+
commands:
10+
- cargo test
11+
- cargo clippy
12+
trigger:
13+
trigger:
14+
event:
15+
- push
16+
- pull_request

README.org

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
A small rust service faking a FTP-server by forwarding the requests to the FileFighter Backend (FileSystemService)
55

6+
[[https://drone.filefighter.de/FileFighter/FTP-Servic]]
7+
68
* Run in Docker with local fss and fhs
79
#+begin_src shell
810
docker build . -t filefighter/ftp-service

0 commit comments

Comments
 (0)