-
- Downloads
[fixPkgName] Improvements to CI ()
Merging branch 'fixPkgName' into 'main'. * Corrected and unified the name of the installer on all platforms. The installer name is `<Project-Name>-<Project-Version>-python<Python-Version>-<architecture>`; e.g., `BornAgain-20.0-python3.11-linux_x64.sh` on Debian or `BornAgain-20.0-python3.9-mac_arm.dmg` on MacOS-M1. * Corrected the path of Qt on Debian CI-machine since the required Qt plugins were not found due to an incorrect Qt path. * MacOS: * Added linker flags to remove unneeded symbols/objects and dynamically-linked libraries. * Increased the minimum OSX version to 11. * Renamed the OS label to `mac` (instead of `macosx`). * Corrected the installation directory for man pages on Linux, so that no root access is required. * Slightly improved CI scripts. See merge request !1558
Showing
- .gitlab-ci.yml 10 additions, 9 deletions.gitlab-ci.yml
- App/CMakeLists.txt 14 additions, 23 deletionsApp/CMakeLists.txt
- CMakeLists.txt 1 addition, 1 deletionCMakeLists.txt
- GUI/CMakeLists.txt 2 additions, 3 deletionsGUI/CMakeLists.txt
- cmake/BornAgain/Directories.cmake 1 addition, 4 deletionscmake/BornAgain/Directories.cmake
- cmake/BornAgain/Linux.cmake 1 addition, 1 deletioncmake/BornAgain/Linux.cmake
- cmake/BornAgain/MacOS.cmake 20 additions, 9 deletionscmake/BornAgain/MacOS.cmake
- cmake/BornAgain/MakeLib.cmake 1 addition, 1 deletioncmake/BornAgain/MakeLib.cmake
- cmake/BornAgain/Pack.cmake 12 additions, 1 deletioncmake/BornAgain/Pack.cmake
- cmake/BornAgain/PackMacOS.cmake 0 additions, 5 deletionscmake/BornAgain/PackMacOS.cmake
- cmake/BornAgain/PackWindows.cmake 0 additions, 6 deletionscmake/BornAgain/PackWindows.cmake
- cmake/BornAgain/Qt.cmake 11 additions, 5 deletionscmake/BornAgain/Qt.cmake
- devtools/deploy/linux/adjust_pkg_linux.sh.in 17 additions, 19 deletionsdevtools/deploy/linux/adjust_pkg_linux.sh.in
- devtools/deploy/mac/adjust_mac_bundle.zsh.in 10 additions, 8 deletionsdevtools/deploy/mac/adjust_mac_bundle.zsh.in
- devtools/windows/manual_winbuild.ps1 1 addition, 1 deletiondevtools/windows/manual_winbuild.ps1
Please register or sign in to comment