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