fsharp-mandelbrot/.gitlab-ci.yml
2019-02-21 21:26:28 +01:00

8 lines
171 B
YAML

image: microsoft/dotnet:latest
build:
script:
- ln -s /lib64/libdl.so.2 /lib64/libdl.so
- dotnet restore
- dotnet build
- dotnet run