From a0d0e36f7d8206d1aec1a47ca7bef02e381ea9bd Mon Sep 17 00:00:00 2001 From: Houa Yang Date: Tue, 27 Aug 2019 16:32:58 -0500 Subject: [PATCH] Fix cmake docs Remove unnecessary info for :install-prefix parameter. Issue: RELENG-2210 Signed-off-by: Houa Yang Change-Id: I6cebee91b62f240c9cd8ade4b80573621b060ef0 --- docs/jjb/lf-c-cpp-jobs.rst | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/docs/jjb/lf-c-cpp-jobs.rst b/docs/jjb/lf-c-cpp-jobs.rst index 03372c0f..2a71cb2c 100644 --- a/docs/jjb/lf-c-cpp-jobs.rst +++ b/docs/jjb/lf-c-cpp-jobs.rst @@ -42,14 +42,6 @@ to support multi-branch. :git-url: URL clone project from. (default: $GIT_URL/$PROJECT) :install-prefix: CMAKE_INSTALL_PREFIX to use for install. (default: $BUILD_DIR/output) - - .. code-block:: bash - :caption: Example - - install-prefix: | - #!/bin/bash - echo "Hello World." - :make-opts: Parameters to pass to make. (default: '') :pre-build: Shell script to run before performing build. Useful for setting up dependencies. (default: '') @@ -96,14 +88,6 @@ project into a tar.xz tarball to produce a release candidate. :git-url: URL clone project from. (default: $GIT_URL/$PROJECT) :install-prefix: CMAKE_INSTALL_PREFIX to use for install. (default: $BUILD_DIR/output) - - .. code-block:: bash - :caption: Example - - install-prefix: | - #!/bin/bash - echo "Hello World." - :make-opts: Parameters to pass to make. (default: '') :pre-build: Shell script to run before performing build. Useful for setting up dependencies. (default: '') @@ -162,14 +146,6 @@ Verify job which runs cmake && make && make install to test a project build.. :git-url: URL clone project from. (default: $GIT_URL/$PROJECT) :install-prefix: CMAKE_INSTALL_PREFIX to use for install. (default: $BUILD_DIR/output) - - .. code-block:: bash - :caption: Example - - install-prefix: | - #!/bin/bash - echo "Hello World." - :make-opts: Parameters to pass to make. (default: '') :pre-build: Shell script to run before performing build. Useful for setting up dependencies. (default: '') -- 2.16.6