Skip to content

Commit

Permalink
sourcePathRoot
Browse files Browse the repository at this point in the history
  • Loading branch information
mPokornyETM committed Dec 17, 2023
1 parent 3cbdc18 commit b4822d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/createBundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
- name: Generate help
working-directory: /opt/WinCC_OA/3.19/bin/
run: |
./WCCOActrl -proj TfCustomizedQG -n buildHelp.ctl ${{github.workspace}}/WinCCOA_QualityChecks/ -log +stderr -lang en_US.utf8
./WCCOActrl -proj TfCustomizedQG -n buildHelp.ctl -log +stderr -lang en_US.utf8
- name: Upload html help
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion WinCC_OA_Test/Projects/TfCustomizedQG/config/progs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ auth "" ""
WCCILpmon | manual | 30 | 3 | 1 |
WCCOActrl | manual | 30 | 2 | 2 |testRunner.ctl Regression-tests -n
WCCOActrl | manual | 30 | 2 | 2 |astyle.ctl -n <pathToSourceDirectory>
WCCOActrl | manual | 30 | 2 | 2 |buildHelp.ctl -n <pathToSourceDirectory>
WCCOActrl | manual | 30 | 2 | 2 |buildHelp.ctl -n
WCCOActrl | manual | 30 | 2 | 2 |oaTestParsers/jsonToJUnit.ctl -n
WCCOAui | manual | 30 | 2 | 2 |-n -m gedi
WCCOActrl | manual | 30 | 2 | 2 |QualityGates/StaticTests/QgScriptsCheck.ctl scripts C:/ws/WinCCOA/develop_3.x/UiFiles/scripts -n
Expand Down
4 changes: 2 additions & 2 deletions WinCC_OA_Test/Projects/TfCustomizedQG/scripts/buildHelp.ctl
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
//-----------------------------------------------------------------------------
/**Generate a full documentation from the project files. See also DoxygenGenerator
*/
void main(string sourcePath)
void main()
{
const string sourcePathRoot = dirName(sourcePath);
const string sourcePathRoot = dirName(PROJ_PATH);
// const string sourcePathTests = sourcePathRoot + "WinCC_OA_Test/";
const string sourcePathQualityChecks = sourcePathRoot + "WinCCOA_QualityChecks/";
const string sourcePathDocs = sourcePathRoot + "docs/";
Expand Down

0 comments on commit b4822d4

Please sign in to comment.