Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
zilf
zilf
Commits
019d2da158fb
Commit
a5b76ffe
authored
Aug 11, 2019
by
Jesse McGrew
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bitbucket-pipelines.yml: apt-get install zip
parent
977741ad90ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
bitbucket-pipelines.yml
bitbucket-pipelines.yml
+4
-2
No files found.
bitbucket-pipelines.yml
View file @
019d2da1
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment