KxSystems / prometheus-kdb-exporter

Kdb+ exporter for Prometheus
https://code.kx.com/q/interfaces
Apache License 2.0
17 stars 9 forks source link

Docs should be included with release #17

Closed sshanks-kx closed 1 year ago

sshanks-kx commented 1 year ago

New docs folder wont currently be added to a release build - should be included in the future while docs are there. .travis.yml example area e.g. elif [[ $TRAVIS_OS_NAME == "windows" ]]; then 7z a -tzip $FILE_NAME README.md install.bat LICENSE q examples; elif [[ $TRAVIS_OS_NAME == "linux" || $TRAVIS_OS_NAME == "osx" ]]; then tar -zcvf $FILE_NAME README.md install.sh LICENSE q examples;