Skip to content

Commit

Permalink
🚧 Display build docs help
Browse files Browse the repository at this point in the history
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
  • Loading branch information
madmath03 committed Dec 13, 2019
1 parent 2d3d2f4 commit fd4187f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis/docker_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,22 @@ fi
## TODO Check result of UI tests



################################################################################
# TODO Generate docs

bench build-docs --help

#echo "Generating docs for '${FRAPPE_APP_TO_TEST}' app..."
#if [ "${TEST_VERSION}" = "10" ] || [ "${TEST_VERSION}" = "11" ]; then
# bench build-docs --target $(pwd)/apps/${FRAPPE_APP_TO_TEST}/docs ${FRAPPE_APP_TO_TEST}
#else
# bench build-docs --target $(pwd)/apps/${FRAPPE_APP_TO_TEST}/docs ${FRAPPE_APP_TO_TEST}
#fi

## TODO Check docs generated properly


################################################################################
# Success
echo 'Frappe app '${FRAPPE_APP_TO_TEST}' tests finished'
Expand Down

0 comments on commit fd4187f

Please sign in to comment.