forked from MassiveAtoms/hashmap-bench
		
	test run
This commit is contained in:
		
							
								
								
									
										12
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								.drone.yml
									
									
									
									
									
								
							@@ -15,3 +15,15 @@ steps:
 | 
				
			|||||||
  - make
 | 
					  - make
 | 
				
			||||||
  - chmod +x studproject
 | 
					  - chmod +x studproject
 | 
				
			||||||
  - ./studproject -a true -r 1 -i 2 -m 5000000
 | 
					  - ./studproject -a true -r 1 -i 2 -m 5000000
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - name: send telegram notification
 | 
				
			||||||
 | 
					    image: appleboy/drone-telegram
 | 
				
			||||||
 | 
					    settings:
 | 
				
			||||||
 | 
					      token: 1008627097:AAGJdFwxwV5eUNWHuI9LnO-_oRCNUirLTx0
 | 
				
			||||||
 | 
					      to: 231399891
 | 
				
			||||||
 | 
					+     message: >
 | 
				
			||||||
 | 
					+       {{#success build.status}}
 | 
				
			||||||
 | 
					+         build {{build.number}} succeeded. Good job.
 | 
				
			||||||
 | 
					+       {{else}}
 | 
				
			||||||
 | 
					+         build {{build.number}} failed. Fix me please.
 | 
				
			||||||
 | 
					+       {{/success}}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user