Browse Source

For CI - skip artifact upload due to slow SF.net transfer rate.
Related to #2419.

Yao Wei Tjong 姚伟忠 6 years ago
parent
commit
05db29f635
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Rakefile

+ 2 - 0
Rakefile

@@ -270,6 +270,8 @@ end
 desc 'Configure, build, and test Urho3D project'
 task :ci do
   next if timeup    # Measure the VM overhead
+  # Temporarily disable all build artifact uploads due to slow SF.net transfer rate
+  ENV['PACKAGE_UPLOAD'] = nil
   # Skip if only performing CI for selected branches and the current branch is not in the list
   unless ENV['RELEASE_TAG']
     next if ENV['TRAVIS'] && /\[skip travis\]/ =~ ENV['COMMIT_MESSAGE']   # For feature parity with AppVeyor's [skip appveyor]