Skip to content

Commit

Permalink
.build.yml: Disable unit tests for now. They are badly maintained.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunweaver committed Jun 7, 2021
1 parent 8b60e3e commit a8d77c4
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .build.yml
Expand Up @@ -167,14 +167,14 @@ build_scripts:
- scan-build $CHECKERS --keep-cc -o html-report make
- fi

after_scripts:
- if [ ${BUILD_TYPE} == "scripts" ];then
- XVFB_RUN="$(which xvfb-run || true)"
- if [ ${DISTRO_NAME} == "debian" ];then
- if [ -e ./autogen.sh ]; then
- ${XVFB_RUN} make check
- elif [ -e ./CMakeLists.txt ]; then
- ${XVFB_RUN} env CTEST_OUTPUT_ON_FAILURE=1 make test
- fi
- fi
- fi
#after_scripts:
# - if [ ${BUILD_TYPE} == "scripts" ];then
# - XVFB_RUN="$(which xvfb-run || true)"
# - if [ ${DISTRO_NAME} == "debian" ];then
# - if [ -e ./autogen.sh ]; then
# - ${XVFB_RUN} make check
# - elif [ -e ./CMakeLists.txt ]; then
# - ${XVFB_RUN} env CTEST_OUTPUT_ON_FAILURE=1 make test
# - fi
# - fi
# - fi

0 comments on commit a8d77c4

Please sign in to comment.