Fix missing profile.lua
This commit is contained in:
		
						commit
						5b5da8698e
					
				
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@ -79,4 +79,3 @@ stxxl.errlog
 | 
				
			|||||||
/sandbox/
 | 
					/sandbox/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/test/profile.lua
 | 
					/test/profile.lua
 | 
				
			||||||
/profile.lua
 | 
					 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										4
									
								
								Rakefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Rakefile
									
									
									
									
									
								
							@ -82,9 +82,13 @@ task :default => [:build]
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
desc "Build using CMake."
 | 
					desc "Build using CMake."
 | 
				
			||||||
task :build do
 | 
					task :build do
 | 
				
			||||||
 | 
					  if Dir.exists? BUILD_FOLDER
 | 
				
			||||||
    Dir.chdir BUILD_FOLDER do
 | 
					    Dir.chdir BUILD_FOLDER do
 | 
				
			||||||
      system "make"
 | 
					      system "make"
 | 
				
			||||||
    end
 | 
					    end
 | 
				
			||||||
 | 
					  else
 | 
				
			||||||
 | 
					    system "mkdir build; cd build; cmake ..; make"
 | 
				
			||||||
 | 
					  end
 | 
				
			||||||
end
 | 
					end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
desc "Setup config files."
 | 
					desc "Setup config files."
 | 
				
			||||||
 | 
				
			|||||||
@ -1,5 +1,5 @@
 | 
				
			|||||||
# config/cucumber.yml
 | 
					# config/cucumber.yml
 | 
				
			||||||
##YAML Template
 | 
					##YAML Template
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
default: --require features
 | 
					default: --require features --tags ~@todo --tag ~@stress
 | 
				
			||||||
verify: --require features --tags ~@todo --tag ~@stress -f progress
 | 
					verify: --require features --tags ~@todo --tag ~@stress -f progress
 | 
				
			||||||
							
								
								
									
										1
									
								
								profile.lua
									
									
									
									
									
										Symbolic link
									
								
							
							
						
						
									
										1
									
								
								profile.lua
									
									
									
									
									
										Symbolic link
									
								
							@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					profiles/car.lua
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user