geekbot/.gitlab-ci.yml

13 lines
171 B
YAML
Raw Normal View History

2018-01-01 17:42:18 +01:00
image: microsoft/dotnet:2.0.3-sdk-stretch
before_script:
- set -e
- set -u
- set -o pipefail
build:
script:
- dotnet restore
- dotnet build