Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cura 10951 gh build curapackage #49

Merged
merged 7 commits into from
Sep 8, 2023
Merged

Commits on Aug 29, 2023

  1. Update Conanfile and test_package for Savitar

    The Conanfile for Savitar was expanded, refactored, and updated to use Conan's improved layout(), build(), and package() capabilities.
    Importantly, the required Conan version was updated, the recipe and related tests were updated to support recent compilers, and overall code organization and standards were improved.
    The legacy Conan code was also removed to improve readability and maintainability of the script. The test_package was updated to follow these changes.
    
    Contributes to CURA-10951
    jellespijker committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    7bbdb6e View commit details
    Browse the repository at this point in the history
  2. remove redundant conandata.yml

    Contributes to CURA-10951
    jellespijker committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    09b2a59 View commit details
    Browse the repository at this point in the history
  3. export tests when required

    Contributes to CURA-10951
    jellespijker committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    eb6ff97 View commit details
    Browse the repository at this point in the history
  4. always export tests when required

    Options are unknown at this time.
    
    Contributes to CURA-10951
    jellespijker committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    9eea2b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Fix XML header format. Encoding is mandatory aparently.

    done as part of CURA-10951
    rburema committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    eca7703 View commit details
    Browse the repository at this point in the history
  2. Don't use Conan 2.0 yet, stay with 1.0 for now.

    done as part of CURA-10951
    rburema committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    e2a5b4d View commit details
    Browse the repository at this point in the history
  3. Point working directory to the right folder.

    done as part of CURA-10951
    rburema committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    f7ee967 View commit details
    Browse the repository at this point in the history