Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
packaging
windows-icinga2
Commits
79f84954
Commit
79f84954
authored
Apr 04, 2019
by
Markus Frosch
Browse files
Copy artifacts to root dir
parent
b5b8f020
Pipeline
#3744
failed
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
79f84954
...
...
@@ -3,4 +3,7 @@
*~
## Code
/icinga2/
\ No newline at end of file
/icinga2/
*.msi
*.nuspec
*.nupkg
.gitlab-ci.yml
View file @
79f84954
...
...
@@ -13,16 +13,20 @@ variables:
tags
:
-
windows
script
:
-
del *.msi *.nupkg *.nuspec
-
powershell.exe .\source.ps1
-
powershell.exe .\build.ps1
-
copy icinga2\Build\Icinga*.msi icinga2\Build\choco\*.nuspec icinga2\Build\choco\*.nupkg .\
# TODO: rename msi to upload standard
cache
:
key
:
"
${CI_COMMIT_REF_NAME}-${CI_JOB_NAME}"
paths
:
-
icinga2\
artifacts
:
paths
:
-
icinga2\Build\Icinga*.msi
-
icinga2\Build\*.nupkg
-
Icinga*.msi
-
*
.nupkg
-
*
.nuspec
expire_in
:
1 week
Win32
:
...
...
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