fsharp-mandelbrot/.gitlab-ci.yml
2019-02-21 21:35:17 +01:00

10 lines
256 B
YAML

image: microsoft/dotnet:sdk
build:
script:
- apt-get update
- apt-get install -y --no-install-recommends libc6-dev
- ln -s /lib64/libdl.so.2 /lib64/libdl.so
- dotnet restore
- dotnet build
- dotnet run