Add README and tags.json to Windows build
This commit is contained in:
parent
402ff66d3f
commit
2d39147e61
1 changed files with 21 additions and 14 deletions
|
@ -12,6 +12,7 @@ packages:
|
|||
- mxe-x86-64-w64-mingw32.static-qtmultimedia
|
||||
- mxe-x86-64-w64-mingw32.static-qtsvg
|
||||
- mxe-x86-64-w64-mingw32.static-qttools
|
||||
- zip
|
||||
environment:
|
||||
PATH: /usr/lib/mxe/usr/bin:/bin:/usr/bin
|
||||
tasks:
|
||||
|
@ -19,5 +20,11 @@ tasks:
|
|||
cd fuzbal
|
||||
x86_64-w64-mingw32.static-qmake-qt5
|
||||
make
|
||||
- package: |
|
||||
out="fuzbal-$(git -C fuzbal describe --always --tags)"
|
||||
mkdir "${out}"
|
||||
mv fuzbal/release/fuzbal.exe "${out}"
|
||||
cp fuzbal/README.md fuzbal/tags.json "${out}"
|
||||
zip -r "fuzbal-w64.zip" "${out}"
|
||||
artifacts:
|
||||
- fuzbal/release/fuzbal.exe
|
||||
- fuzbal-w64.zip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue