Skip to content
Snippets Groups Projects
Commit 19c55c14 authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Add CI.

parent c6d0507d
Branches
No related tags found
No related merge requests found
# http://editorconfig.org
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = true
[*.yml]
indent_style = space
indent_size = 2
stages:
- test
test:
stage: test
image: microsoft/dotnet:1.1-sdk-msbuild
script:
- cd test
- dotnet restore
- dotnet test | tee tests.out
- "cat tests.out | grep 'Failed: 0.'"
tags:
- Docker
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment