Skip to content
Snippets Groups Projects
Commit a10e3e88 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

CI: rm copied/pasted dir commands

parent 46997f66
No related branches found
No related tags found
1 merge request!1Copy-edit examples; migrate to Jugit
Pipeline #32891 canceled
...@@ -31,21 +31,6 @@ windows: ...@@ -31,21 +31,6 @@ windows:
- cmake -G "Visual Studio 16 2019" -A x64 -T host=x64 -DLIB_MAN=OFF -DQTDIR=C:/Qt/5.14.1/msvc2017_64 -DCPACK_IFW_ROOT=C:\Qt\Tools\QtInstallerFramework\3.2 -DCMAKE_INCLUDE_PATH=%OPTLIBS%/include -DCMAKE_LIBRARY_PATH=%OPTLIBS%/lib -B. .. - cmake -G "Visual Studio 16 2019" -A x64 -T host=x64 -DLIB_MAN=OFF -DQTDIR=C:/Qt/5.14.1/msvc2017_64 -DCPACK_IFW_ROOT=C:\Qt\Tools\QtInstallerFramework\3.2 -DCMAKE_INCLUDE_PATH=%OPTLIBS%/include -DCMAKE_LIBRARY_PATH=%OPTLIBS%/lib -B. ..
- cmake --build . --config Release - cmake --build . --config Release
- Get-Location - Get-Location
- dir
- dir bin
- dir bin\Release
- dir core
- dir core\Release
- dir ftest
- dir gui
- dir gui\Release
- dir main
- dir main\Release
- dir utest
- dir utest\Release
- dir utest\core
- dir utest\core\linked
- dir utest\core\linked\Release
- ctest -C Release --output-on-failure - ctest -C Release --output-on-failure
- cpack -C Release --verbose - cpack -C Release --verbose
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment