1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00

End of testing for travis, time to turn him loose.

This commit is contained in:
plague006 2019-01-31 20:57:13 -05:00
parent 475195914f
commit 89b1718031
2 changed files with 4 additions and 5 deletions

View File

@ -14,8 +14,7 @@ before_install:
install:
- luarocks install luacheck
script:
- #"if [[ $TRAVIS_EVENT_TYPE != 'cron' ]]; then luacheck .; fi"
- echo skipping luacheck for test
- "if [[ $TRAVIS_EVENT_TYPE != 'cron' ]]; then luacheck .; fi"
before_deploy:
- git config --local user.name "$github_user_name"
- git config --local user.email "$github_user_email"
@ -31,7 +30,7 @@ before_deploy:
- ./.travis/release_builder.sh
deploy:
on:
#condition: $TRAVIS_EVENT_TYPE = cron
condition: $TRAVIS_EVENT_TYPE = cron
repo: Refactorio/RedMew
branch: develop
provider: releases
@ -43,6 +42,5 @@ deploy:
- Crashsite.zip
- Tetris.zip
skip_cleanup: true
#prerelease: true
draft: true #after the testing phase, this will be deleted and we will issue prereleases
prerelease: true
name: "$RELEASE_NAME"

View File

@ -30,6 +30,7 @@ function process_map (){
rm "$1"/redmew_git_banner.png -f
rm "$1"/map_gen/data/.source_images -rf
rm "$1"/map_gen/data/.map_previews -rf
rm "$1"/map_gen/data -rf
fi
echo "Creating zip..."
#Create the actual zip file with recursion, quiet, and max compression