lama_byterun/.travis.yml

9 lines
268 B
YAML
Raw Normal View History

2018-02-19 15:53:48 +03:00
language: c
2018-03-02 09:12:00 +03:00
services:
- docker
before_install:
- docker pull anlun/compiler-workout-ci
- docker run -d -it --name compiler-workout-ci -v $(pwd):/usr/share/compiler-workout anlun/compiler-workout-ci
2018-03-02 09:12:00 +03:00
script:
docker exec -it compiler-workout-ci sh test.sh