mirror of
				https://github.com/HoneyryderChuck/httpx.git
				synced 2025-11-04 00:01:41 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			168 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			168 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
version: '3'
 | 
						|
services:
 | 
						|
  httpx:
 | 
						|
    image: jruby:9.2.14
 | 
						|
    environment:
 | 
						|
      - JRUBY_OPTS=--debug
 | 
						|
    entrypoint:
 | 
						|
      - bash
 | 
						|
      - /home/test/support/ci/build.sh
 |