From a5b76ffecfa1d71ae05069cff8bcaf4308995cdc Mon Sep 17 00:00:00 2001 From: Jesse McGrew Date: Sun, 11 Aug 2019 07:36:24 +0000 Subject: [PATCH] bitbucket-pipelines.yml: apt-get install zip --- bitbucket-pipelines.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index c002aad..e1a287d 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -4,7 +4,9 @@ # ----- # You can specify a custom docker image from Docker Hub as your build environment. -# TODO: run zillib tests +# TODO: run zillib tests (needs PowerShell) +# TODO: run unit tests, dotnet test Zilf.sln (need to fix CRLF test issues) +# TODO: build custom Docker image instead of apt-get image: microsoft/dotnet:sdk @@ -14,7 +16,7 @@ pipelines: caches: - dotnetcore script: - #- dotnet test Zilf.sln # TODO: re-enable once tests work on Linux + - sudo apt-get update && sudo apt-get install -y zip - "dotnet msbuild -t:PackageAllRids -p:Configuration=Release Build.proj" artifacts: - Package/*/Packages/* \ No newline at end of file -- GitLab