Add gitlab-ci.yml

This commit is contained in:
runebaas 2018-01-01 17:42:18 +01:00
parent 19e763c2e2
commit 3d43d29ee8
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6
2 changed files with 14 additions and 0 deletions

12
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,12 @@
image: microsoft/dotnet:2.0.3-sdk-stretch
before_script:
- set -e
- set -u
- set -o pipefail
build:
script:
- dotnet restore
- dotnet build

View file

@ -1,3 +1,5 @@
[![pipeline status](https://git.boerlage.me/open/Geekbot.net/badges/master/pipeline.svg)](https://git.boerlage.me/open/Geekbot.net/commits/master)
# [Geekbot.net](https://geekbot.pizzaandcoffee.rocks/) # [Geekbot.net](https://geekbot.pizzaandcoffee.rocks/)
A General Purpose Discord Bot written in DotNet Core. A General Purpose Discord Bot written in DotNet Core.