DLR-SC / tixi

A simple XML interface library
Apache License 2.0
35 stars 16 forks source link

Error in NSIS package creation #196

Closed joergbrech closed 2 years ago

joergbrech commented 2 years ago

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 2 years ago

This is wierd! The merge simply changes on file which is already installed. I'll try to figure out, what happens.

rainman110 commented 2 years ago

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 2 years ago

Maybe I should try to reproduce it with cmake 3.21

rainman110 commented 2 years ago

I retriggered CI, now it works. Closing the issue.