Fix release deployment

This commit is contained in:
Zeex 2018-09-29 23:27:00 +06:00 committed by Barnaby Keene
parent 0c88297b44
commit 803ed3a192

View File

@ -15,9 +15,9 @@ addons:
before_script:
- mkdir build && cd build
- cmake ../source/compiler
-DCMAKE_BUILD_TYPE=RelWithDebInfo
-DCMAKE_C_FLAGS="-m32 -Werror -Wno-address-of-packed-member"
- cmake ../source/compiler \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_C_FLAGS="-m32 -Werror -Wno-address-of-packed-member" \
-DCPACK_GENERATOR="TGZ;ZIP"
script:
@ -34,8 +34,8 @@ deploy:
secure: gDAuRNlF2uVhVHyZtJrX6MwNxnkfkQzohrC/6UcKAgqt+NKs4vZyq5FzTUceiDAkB0se70ZVx08e9ibAiXP/b7D1MPkAEiRxt9J6Vu3x6Bi1kPPuK5RfjFeT3gc1SbrULAP8Nz0NdU0chUhei6/V5NGhTegwp925DJOISq7+Ibw=
file_glob: true
file:
- 'build/pawnc-*-linux.tar.gz'
- 'build/pawnc-*-macos.zip'
- 'pawnc-*-linux.tar.gz'
- 'pawnc-*-macos.zip'
draft: true
skip_cleanup: true
on: