Procházet zdrojové kódy

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

Yao Wei Tjong 姚伟忠 před 6 roky
rodič
revize
05db29f635
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      Rakefile

+ 2 - 0
Rakefile

@@ -270,6 +270,8 @@ end
 desc 'Configure, build, and test Urho3D project'
 desc 'Configure, build, and test Urho3D project'
 task :ci do
 task :ci do
   next if timeup    # Measure the VM overhead
   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
   # Skip if only performing CI for selected branches and the current branch is not in the list
   unless ENV['RELEASE_TAG']
   unless ENV['RELEASE_TAG']
     next if ENV['TRAVIS'] && /\[skip travis\]/ =~ ENV['COMMIT_MESSAGE']   # For feature parity with AppVeyor's [skip appveyor]
     next if ENV['TRAVIS'] && /\[skip travis\]/ =~ ENV['COMMIT_MESSAGE']   # For feature parity with AppVeyor's [skip appveyor]