fsharp-mandelbrot/.gitlab-ci.yml
2019-02-21 21:29:57 +01:00

8 lines
168 B
YAML

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