Try workaround for GitLab CI

This commit is contained in:
joachimschmidt557 2019-02-21 21:26:28 +01:00
parent 4df08e7665
commit 1159f752f8

View file

@ -2,6 +2,7 @@ image: microsoft/dotnet:latest
build:
script:
- ln -s /lib64/libdl.so.2 /lib64/libdl.so
- dotnet restore
- dotnet build
- dotnet run