# HG changeset patch # User Alys Brooks # Date 2021-06-26 23:27:11 # Node ID 64d84441b06626eb5fde41f0c896d5348a36da34 # Parent b98cc88a06b1b672f7ae32a919b0680afe5188a7 Add .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,9 @@ +image: mcr.microsoft.com/dotnet/sdk:3.1 + +stages: + - build + +build: + stage: build + script: + - dotnet build isometric-park-fna-core.sln -f netcoreapp3.1