mirror of
				https://github.com/furyfire/trueskill.git
				synced 2025-11-04 02:02:29 +01:00 
			
		
		
		
	Continuing the process of making this modern
This commit is contained in:
		
							
								
								
									
										17
									
								
								.woodpecker/test.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								.woodpecker/test.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,17 @@
 | 
			
		||||
when:
 | 
			
		||||
  - event: [push, tag]
 | 
			
		||||
steps:
 | 
			
		||||
  - name: requirements
 | 
			
		||||
    image: composer
 | 
			
		||||
    commands:
 | 
			
		||||
    - composer install --no-dev
 | 
			
		||||
  - name: run
 | 
			
		||||
    image: php:cli-bookworm
 | 
			
		||||
    commands:
 | 
			
		||||
      - php examples/3teams.php
 | 
			
		||||
      - php examples/basic.php
 | 
			
		||||
  - name: test
 | 
			
		||||
    image: composer
 | 
			
		||||
    commands:
 | 
			
		||||
    - composer install
 | 
			
		||||
    - vendor/bin/phpunit tests --no-coverage
 | 
			
		||||
		Reference in New Issue
	
	Block a user