Fix release deployment
This commit is contained in:
parent
0c88297b44
commit
803ed3a192
10
.travis.yml
10
.travis.yml
@ -15,9 +15,9 @@ addons:
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- mkdir build && cd build
|
- mkdir build && cd build
|
||||||
- cmake ../source/compiler
|
- cmake ../source/compiler \
|
||||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||||
-DCMAKE_C_FLAGS="-m32 -Werror -Wno-address-of-packed-member"
|
-DCMAKE_C_FLAGS="-m32 -Werror -Wno-address-of-packed-member" \
|
||||||
-DCPACK_GENERATOR="TGZ;ZIP"
|
-DCPACK_GENERATOR="TGZ;ZIP"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
@ -34,8 +34,8 @@ deploy:
|
|||||||
secure: gDAuRNlF2uVhVHyZtJrX6MwNxnkfkQzohrC/6UcKAgqt+NKs4vZyq5FzTUceiDAkB0se70ZVx08e9ibAiXP/b7D1MPkAEiRxt9J6Vu3x6Bi1kPPuK5RfjFeT3gc1SbrULAP8Nz0NdU0chUhei6/V5NGhTegwp925DJOISq7+Ibw=
|
secure: gDAuRNlF2uVhVHyZtJrX6MwNxnkfkQzohrC/6UcKAgqt+NKs4vZyq5FzTUceiDAkB0se70ZVx08e9ibAiXP/b7D1MPkAEiRxt9J6Vu3x6Bi1kPPuK5RfjFeT3gc1SbrULAP8Nz0NdU0chUhei6/V5NGhTegwp925DJOISq7+Ibw=
|
||||||
file_glob: true
|
file_glob: true
|
||||||
file:
|
file:
|
||||||
- 'build/pawnc-*-linux.tar.gz'
|
- 'pawnc-*-linux.tar.gz'
|
||||||
- 'build/pawnc-*-macos.zip'
|
- 'pawnc-*-macos.zip'
|
||||||
draft: true
|
draft: true
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user