tangled
alpha
login
or
join now
benharri.org
/
ircsharp
1
fork
atom
IRC parsing, tokenization, and state handling in C#
1
fork
atom
overview
issues
pulls
pipelines
add drone config
benharri.org
5 years ago
c1c77aaf
ca1518a9
+10
1 changed file
expand all
collapse all
unified
split
.drone.yml
+10
.drone.yml
···
1
1
+
---
2
2
+
kind: pipeline
3
3
+
name: run
4
4
+
5
5
+
steps:
6
6
+
- name: run
7
7
+
image: mcr.microsoft.com/dotnet/core/sdk:latest
8
8
+
commands:
9
9
+
- dotnet test
10
10
+