Error in NSIS package creation
Closed this issue · 4 comments
joergbrech commented
With the merge of #195, the CI on the master fails when trying to create the Windows installer and zip:
https://github.com/DLR-SC/tixi/runs/4321567195?check_suite_focus=true#step:4:9
rainman110 commented
This is wierd! The merge simply changes on file which is already installed. I'll try to figure out, what happens.
rainman110 commented
Strange... no issues here on my local machine:
[52/52] Linking CXX executable tests\TIXI-unittests.exe
C:\src\build-tixi-Desktop_Qt_5_12_5_MSVC2017_64bit-Release>cpack -G ZIP
CPack: Create package using ZIP
CPack: Install projects
CPack: - Install project: TIXI []
CPack: Create package
CPack: - package: C:/src/build-tixi-Desktop_Qt_5_12_5_MSVC2017_64bit-Release/TIXI-3.1.1-win64.zip generated.
C:\src\build-tixi-Desktop_Qt_5_12_5_MSVC2017_64bit-Release>cpack -G NSIS
CPack: Create package using NSIS
CPack: Install projects
CPack: - Install project: TIXI []
CPack: - Install component: Runtime
CPack: - Install component: Unspecified
CPack: - Install component: docu
CPack: - Install component: headers
CPack: - Install component: interfaces
CPack: Create package
CPack: - package: C:/src/build-tixi-Desktop_Qt_5_12_5_MSVC2017_64bit-Release/TIXI-3.1.1-win64.exe generated.
C:\src\build-tixi-Desktop_Qt_5_12_5_MSVC2017_64bit-Release>
rainman110 commented
Maybe I should try to reproduce it with cmake 3.21
rainman110 commented
I retriggered CI, now it works. Closing the issue.