Skip to content

Commit

Permalink
Update create release script for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
hakusaro committed Oct 15, 2016
1 parent 1c9faa8 commit bbe0462
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/create_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@ def delete_files():
def update_terraria_source():
subprocess.check_call(['/usr/bin/git', 'submodule', 'init'])
subprocess.check_call(['/usr/bin/git', 'submodule', 'update'])
subprocess.check_call(['/usr/bin/rm', '-rf', '/tmp/NuGet/'])
subprocess.check_call(['/usr/bin/rm', '-rf', '/tmp/NuGetScratch'])
subprocess.check_call(['/usr/bin/mono', '/opt/nuget/nuget.exe', 'restore'])

def build_software():
release_proc = subprocess.Popen(['/usr/local/bin/xbuild', './TShockAPI/TShockAPI.csproj', '/p:Configuration=Release'])
Expand Down

0 comments on commit bbe0462

Please sign in to comment.