1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
image: archlinux packages: - python - python-pip - mpv tasks: - install: | cd aio_mpv_ipc scripts/ci/install.sh - test: | cd aio_mpv_ipc scripts/ci/test.sh - lint: | cd aio_mpv_ipc scripts/ci/lint.sh