소스 검색

For CI - add another checkpoint after the first scaffolding test.

Yao Wei Tjong 姚伟忠 9 년 전
부모
커밋
fffdeffec8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Rakefile

+ 1 - 0
Rakefile

@@ -386,6 +386,7 @@ task :ci do
       # SDK installation to a system-wide location does not need URHO3D_HOME to be defined, staged-installation does
       # SDK installation to a system-wide location does not need URHO3D_HOME to be defined, staged-installation does
       system "bash -c '#{ENV['DESTDIR'] ? 'URHO3D_HOME=~/usr/local' : ''} rake cmake #{generator} URHO3D_LUA=1 && rake make #{test}'" or abort 'Failed to configure/build/test temporary downstream project using Urho3D as external library'
       system "bash -c '#{ENV['DESTDIR'] ? 'URHO3D_HOME=~/usr/local' : ''} rake cmake #{generator} URHO3D_LUA=1 && rake make #{test}'" or abort 'Failed to configure/build/test temporary downstream project using Urho3D as external library'
     end
     end
+    next if timeup
     # Second test - create a new project on the fly that uses newly built Urho3D library in the build tree
     # Second test - create a new project on the fly that uses newly built Urho3D library in the build tree
     Dir.chdir scaffolding "#{ENV['APPVEYOR'] ? '' : '../Build/'}UsingBuildTree" do
     Dir.chdir scaffolding "#{ENV['APPVEYOR'] ? '' : '../Build/'}UsingBuildTree" do
       puts "\nConfiguring downstream project using Urho3D library in its build tree...\n\n"; $stdout.flush
       puts "\nConfiguring downstream project using Urho3D library in its build tree...\n\n"; $stdout.flush