Compare commits

...

5 Commits

Author SHA1 Message Date
ato
a6d8f3b86b docs(README): add description
All checks were successful
continuous-integration/drone Build is passing
2023-02-13 23:43:27 +01:00
ato
4914d6b269 ci: install musl dependency 2023-02-13 23:34:51 +01:00
ato
7977e1632a ci: fix config 2023-02-13 23:26:27 +01:00
ato
11e95e4e89 chore: add README.md 2023-02-13 23:20:45 +01:00
ato
a0991729bd ci: add test runner 2023-02-13 23:04:09 +01:00
2 changed files with 13 additions and 0 deletions

10
.drone.yml Normal file
View File

@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: default
steps:
- name: test
image: rust:alpine
commands:
- apk add --no-cache musl-dev
- cargo test

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# tchoutchou
Experimental Lua interface for hyper http server.