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

Update Cmake-Multi-Platform Workflow #2

Commits on Dec 5, 2023

  1. Update Cmake-Multi-Platform Workflow

    We enable some flags to the CMake run that download some frameworks.
    franziska-wegner authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    22fda27 View commit details
    Browse the repository at this point in the history
  2. Switch download of external frameworks on

    Frameworks:
    * CPPAD=ON
    * EIGEN=ON
    * GOOGLE_TEST_FRAMEWORK=ON
    
    Changes to be committed:
    	modified:   .github/workflows/cmake-multi-platform.yml
    franziska-wegner committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    d3f611d View commit details
    Browse the repository at this point in the history
  3. Switch off DOWNLOAD_CPPAD

    Changes to be committed:
    	modified:   .github/workflows/cmake-multi-platform.yml
    franziska-wegner committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    20ca381 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c588f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    153dd5c View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Add Root Run for CMake to cmake-multi-platform.yml

    We add sudo to the cmake build run to solve the permission denied issue with gmock and other frameworks that need write access for /usr/local/include.
    franziska-wegner authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    66e31e8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from franziska-wegner/franziska-wegner/2023/Dec…

    …ember/add-sudo-cmake-for-ubuntu-to-make-camke-install-work
    
    We add sudo to the cmake build run to solve the permission denied issue with gmock and other frameworks that need write access for /usr/local/include.
    franziska-wegner authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    fe0fcaf View commit details
    Browse the repository at this point in the history
  3. Remove side cases from git build

    Changes to be committed:
    	modified:   .github/workflows/cmake-multi-platform.yml
    franziska-wegner committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    c429579 View commit details
    Browse the repository at this point in the history
  4. CPP only

    Changes to be committed:
    	modified:   .github/workflows/cmake-multi-platform.yml
    franziska-wegner committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    d4bc55e View commit details
    Browse the repository at this point in the history
  5. Test this one

    franziska-wegner committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    5d71b8d View commit details
    Browse the repository at this point in the history
  6. Test 2

    franziska-wegner committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    618a22b View commit details
    Browse the repository at this point in the history