X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=.gitlab-ci.yml;h=195423eef5542b2da4108e14bfb2b61a304ccb6f;hb=eead40921859927953e73327840bd6ff090b77fe;hp=8379c87799f6f7d06aadf0ccdde9ee8fd26ea884;hpb=36db5e965f1e8dba54b42e31082709b914dd5194;p=mpd-sima.git diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8379c87..195423e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,12 +32,17 @@ smoketest: - pip install dist/*.whl # smoke test - mpd-sima --help + - TRACE=y ./mpd-sima -d --pid ./mpd-sima.pid -l ./mpd-sima.log + - sleep 10 + - test -f ./mpd-sima.pid && kill $(cat ./mpd-sima.pid) artifacts: expire_in: 1 hour paths: - dist/*.whl - dist/*.tar.gz - dist/*.zip + - ./mpd-sima.pid + - ./mpd-sima.log unittests: stage: test