Skip to content

Instantly share code, notes, and snippets.

@fjod
Last active January 9, 2020 17:14
Show Gist options
  • Save fjod/4712cf1e7844019f006f8c9f707ecf1f to your computer and use it in GitHub Desktop.
Save fjod/4712cf1e7844019f006f8c9f707ecf1f to your computer and use it in GitHub Desktop.
image: mcr.microsoft.com/dotnet/core/sdk:3.1
stages:
- build
build:
stage: build
script:
- cd tortest2
- dotnet restore scraperTest.sln
- apt-get update -qq && apt-get install -y libc6-dev libgdiplus
- dotnet build scraperTest.sln
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment