mirror of
https://github.com/chubin/cheat.sh.git
synced 2026-06-20 13:16:44 +02:00
be9d3a70fe
This would allow later inspection of stdout. Assigned names to image and container to avoid confusion. Build is done separately to clean up the output.
16 lines
298 B
YAML
16 lines
298 B
YAML
dist: bionic
|
|
|
|
language:
|
|
- generic
|
|
|
|
before_install:
|
|
- docker-compose build
|
|
- docker-compose run -d app bin/srv.py --debug
|
|
- docker ps
|
|
- docker images
|
|
|
|
script:
|
|
- sleep 3
|
|
- curl http://localhost:8002
|
|
- CHTSH_URL=http://localhost:8002 CHEATSH_TEST_STANDALONE=NO bash tests/run-tests.sh
|