aboutsummaryrefslogtreecommitdiff
path: root/scripts/pvscheck.sh
Commit message (Collapse)AuthorAge
* scripts/pvscheck.sh: fix function renameJustin M. Keyes2017-06-25
|
* scripts/pvscheck.sh: HACK: de-parallelize on CIJustin M. Keyes2017-06-25
| | | | https://github.com/neovim/bot-ci/pull/105#issuecomment-309282132
* scripts/pvscheck.sh: HACK: de-parallelize on CIJustin M. Keyes2017-06-25
| | | | References https://github.com/neovim/bot-ci/pull/105
* scripts/pvscheck.sh: fixesDaniel Hahler2017-06-17
| | | | [ci skip]
* pvscheck: Fix argument handling in do_recheckJames McCoy2017-06-09
| | | | [ci skip]
* pvscheck: Provide arguments to `patch_sources` in correct orderZyX2017-05-20
|
* pvscheck: Handle invalid option error gracefullyZyX2017-05-20
|
* pvscheck: Add --only-analyse modeZyX2017-05-20
|
* pvscheck: Use absolute path for finding test-include.cZyX2017-05-02
| | | | | | It was currently unknown in which directory create_compile_commands will end up in. [ci skip]
* pvscheck: When using --recheck rerun buildZyX2017-05-02
| | | | [ci skip]
* pvscheck: Add --deps to build with all dependenciesZyX2017-05-02
| | | | [ci skip]
* pvscheck: Add --pvs-install modeZyX2017-05-02
| | | | [ci skip]
* pvscheck: Refactor script so that it only `cd`s in a subshellZyX2017-05-02
| | | | [ci skip]
* pvscheck: Create getopts_long implementationZyX2017-05-02
| | | | | | | Needed as argument list is growing large and I absolutely do not find short options provided by getopts being particularly readable for unfamiliar commands. [ci skip]
* pvscheck: Add --pvs key to pvscheck.shZyX2017-05-02
| | | | [ci skip]
* pvscheck: Update pvs-studio URLZyX2017-05-02
| | | | [ci skip]
* pvscheck: Do not use `test x`ZyX2017-05-02
| | | | [ci skip]
* scripts: Add newline after the commentZyX2017-04-19
|
* scripts: Allow patching only build filesZyX2017-04-19
|
* scripts: Do not patch already patched sources in patch modeZyX2017-04-19
| | | Also do not patch header files, that is not needed.
* scripts: Make pvs do not patch separate directory, add patch modeZyX2017-04-19
|
* pvscheck: Add --recheck argumentZyX2017-04-10
|
* pvscheck: Do not use --depthZyX2017-04-10
|
* pvscheck: Do not trace helpZyX2017-04-10
|
* pvsscript: Use git clone and not git worktreeZyX2017-04-10
|
* pvscheck: Add helpZyX2017-04-10
|
* scripts: Create script which checks Neovim with PVS-studioZyX2017-04-10