travis-ci: Create archive.

This commit is contained in:
Kyle Sanderson
2020-05-31 15:49:26 -07:00
committed by GitHub
parent e38d614df9
commit e9cd7747f4
+2 -1
View File
@@ -32,13 +32,14 @@ script:
- mkdir build && cd build
- python ../configure.py -s 'sdk2013' --hl2sdk-root=../../ --sm-path=../../sourcemod-central --mms-path=../../mmsource-central --steamworks-path=../../SteamworksSDK
- ambuild
- tar czvf package-lin.tar.gz package
deploy:
provider: releases
api_key:
secure: "Px60/dTgw3w6ZvxzyuilYaHHWFHWQ1rONhpbWJbxzz5+dfkmiqVyYLszlBrbS6tbyOv/oBMqcaOXsB7mv4OOlvKQPOjc8siS8ux1Ows8WL+yvRR/rGS0j28pP6HKN11hBerxOps3sqiCyNa2gNJ+3vX987SIekpIb5nqzuqg+yQ="
file_glob: true
file: package/*
file: build/package*.tgz
skip_cleanup: true
on:
tags: true