Build mkdoc & mkrel on Linux instead of OSX

This commit is contained in:
zosrothko 2017-11-08 20:58:20 +01:00
parent 2fb2d42516
commit b4c78db4aa

View File

@ -87,12 +87,10 @@ matrix:
# build documentation and release
- env: TEST_NAME="documentation & release"
os: osx
compiler: clang
script:
- . env.sh && mkdoc all && mkrel all
- find releases/poco*-all
- find releases/poco*-all-doc
- ls -l releases
# QA jobs for code analytics and metrics
# static code analysis with cppcheck (we can add --enable=all later)