diff options
author | Jack Lloyd <[email protected]> | 2019-06-29 04:41:59 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-06-29 04:41:59 -0400 |
commit | bcd3d1eaa2f92665d42ca047263c143d37705367 (patch) | |
tree | e6635cb89959e37191da6990cfab8066d417cc8f /src | |
parent | da1dec41fa66c34765eaafc583b4ddb70a3c139d (diff) |
Add a comment explaining why this path is set
Diffstat (limited to 'src')
-rw-r--r-- | src/scripts/ci/setup_appveyor.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scripts/ci/setup_appveyor.bat b/src/scripts/ci/setup_appveyor.bat index 0c5112b82..02638f06a 100644 --- a/src/scripts/ci/setup_appveyor.bat +++ b/src/scripts/ci/setup_appveyor.bat @@ -10,4 +10,5 @@ cl git clone --depth 1 https://github.com/randombit/botan-ci-tools +rem include QtCreator bin dir to get jom set PATH=C:\Qt\Tools\QtCreator\bin;%PATH%;botan-ci-tools |