mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-10-31 23:15:28 +08:00 
			
		
		
		
	very simple build scripts
This commit is contained in:
		
							
								
								
									
										16
									
								
								build.sh
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										16
									
								
								build.sh
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,16 @@ | ||||
|  #!/bin/bash  | ||||
| echo ------------------------- | ||||
|  | ||||
| echo Running Ocelot.UnitTests | ||||
|  | ||||
| dotnet test test/Ocelot.UnitTests/ | ||||
|  | ||||
| echo Running Ocelot.AcceptanceTests | ||||
|  | ||||
| dotnet test test/Ocelot.AcceptanceTests/ | ||||
|  | ||||
| echo Building Ocelot | ||||
|  | ||||
| dotnet publish src/Ocelot | ||||
|  | ||||
|  | ||||
							
								
								
									
										14
									
								
								run-benchmarks.sh
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										14
									
								
								run-benchmarks.sh
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,14 @@ | ||||
|  #!/bin/bash  | ||||
| echo ------------------------- | ||||
|  | ||||
| echo Running Ocelot.Benchmarks | ||||
|  | ||||
| cd test/Ocelot.Benchmarks | ||||
|  | ||||
| dotnet run  | ||||
|  | ||||
| cd ../../ | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
							
								
								
									
										12
									
								
								run-tests.sh
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										12
									
								
								run-tests.sh
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,12 @@ | ||||
|  #!/bin/bash  | ||||
| echo ------------------------- | ||||
|  | ||||
| echo Running Ocelot.UnitTests | ||||
|  | ||||
| dotnet test test/Ocelot.UnitTests/ | ||||
|  | ||||
| echo Running Ocelot.AcceptanceTests | ||||
|  | ||||
| dotnet test test/Ocelot.AcceptanceTests/ | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Tom Gardham-Pallister
					Tom Gardham-Pallister