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

Fix95, CI build multiple targets #758

Commits on Jun 23, 2020

  1. Fix nasa#95 Building a second target with CPU2

    Added a second CPU to the build configuration to ensure the build system is functioning properly with Travis CI for multiple targets.
    
    Resolves: nasa#95
    Jandlyn Bentley committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    379a2d2 View commit details
    Browse the repository at this point in the history
  2. Fix nasa#95 Building a second target with CPU2 and supplemental files

    After adding the second CPU (by uncommenting CPU2 from targets.cmake), added in necessary scr and header files for cpu2.
    Combined, this should make cpu2 in the exe directory.
    
    This build configuration if successful will ensure the build system is functioning properly with Travis CI for multiple targets.
    
    Resolves: nasa#95
    Jandlyn Bentley committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    67c8daf View commit details
    Browse the repository at this point in the history