mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
add step to compress before publishing artifacts to appveyor (#1029)
add step to compress before publishing artifacts to appveyor
This commit is contained in:
committed by
Suraj Narwade
parent
6a39ebd338
commit
e058c76e6c
14
appveyor.yml
14
appveyor.yml
@@ -32,12 +32,18 @@ test_script:
|
||||
build_script:
|
||||
- make cross
|
||||
|
||||
after_test:
|
||||
- ps : 7z a -tgzip odo-linux-amd64.gz dist\bin\linux-amd64\odo
|
||||
- ps : 7z a -tgzip odo-linux-arm.gz dist\bin\linux-arm\odo
|
||||
- ps : 7z a -tgzip odo-darwin-amd64.gz dist\bin\darwin-amd64\odo
|
||||
- ps : 7z a -tgzip odo-windows-amd64.gz dist\bin\windows-amd64\odo.exe
|
||||
|
||||
artifacts:
|
||||
- path: dist\bin\linux-amd64\odo
|
||||
- path: odo-linux-amd64.gz
|
||||
name: Linux-amd64 binary
|
||||
- path: dist\bin\linux-arm\odo
|
||||
- path: odo-linux-arm.gz
|
||||
name: Linux-arm binary
|
||||
- path: dist\bin\darwin-amd64\odo
|
||||
- path: odo-darwin-amd64.gz
|
||||
name: OS-X binary
|
||||
- path: dist\bin\windows-amd64\odo.exe
|
||||
- path: odo-windows-amd64.gz
|
||||
name: Windows-amd64 binary
|
||||
|
||||
Reference in New Issue
Block a user