From d8e7ece187b93f00dbd7c8388f5e17556c0556d8 Mon Sep 17 00:00:00 2001 From: justine Date: Tue, 10 Jan 2023 22:38:22 +0100 Subject: [PATCH 1/2] Update '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0e0dfd5a..5fc0c318 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,4 +7,4 @@ steps: - name: test image: rust:1.66.0-alpine3.17 commands: - - cargo build --verbose + - cargo build From 60ef9c41ef912d35d1cb6e954ec3ab81c80d602e Mon Sep 17 00:00:00 2001 From: justine Date: Tue, 10 Jan 2023 22:41:32 +0100 Subject: [PATCH 2/2] Update 'README.md' --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 926287d8..2b593092 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](http://drone.sq.lan/api/badges/Rust/Web_srv_simple/status.svg)](http://drone.sq.lan/Rust/Web_srv_simple) + # SSW (Squi's Simple Webserver) This is a simple web server expanding on the example given in the Rust book. At the present time, it answers with static html.