This repository has been archived on 2022-08-04. You can view files and clone it, but cannot push or open issues or pull requests.
LyokoCMD/.gitlab-ci.yml

8 lines
154 B
YAML
Raw Normal View History

2018-08-24 18:03:06 +00:00
lyokocmd-tests:
image: microsoft/dotnet:2.1-sdk
stage: test
before_script:
- dotnet restore
script:
- dotnet test test/LyokoCMD.Sim.Tests