]> kaliko git repositories - mpd-sima.git/blobdiff - .gitlab-ci.yml
Fixed startup
[mpd-sima.git] / .gitlab-ci.yml
index 8379c87799f6f7d06aadf0ccdde9ee8fd26ea884..195423eef5542b2da4108e14bfb2b61a304ccb6f 100644 (file)
@@ -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