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

Add GitHub action for compile-only integration tests #50

Merged
merged 3 commits into from
Mar 22, 2024

Commits on Mar 22, 2024

  1. Add GitHub workflow for compile-only integration tests

    .github/workflows/gcclassic-compile-tests.yml
    - Workflow YAML file that invokes a set of compile-only tests
      (i.e. integration tests with "-s none")
      NOTE: Further updates may be necessary to tweak this.
    
    CHANGELOG.md
    - Updated accordingly
    
    Signed-off-by: Bob Yantosca <[email protected]>
    yantosca committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    ed39842 View commit details
    Browse the repository at this point in the history
  2. Update GitHub Actions YAML file, fix typo in changelog

    .github/workflows/gcclassic-compile-tests.yml
    - Updated the command that calls integrationTest.sh to consistent with
      geoschem/geos-chem#2187
    
    CHANGELOG.md
    - Fix typo: "integrationt" -> "integration
    
    Signed-off-by: Bob Yantosca <[email protected]>
    yantosca committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    c77c519 View commit details
    Browse the repository at this point in the history
  3. Fixes to GitHub action for compile-only tests

    .github/workflows/gcclassic-compile-tests.yml
    - Changed build_type to just use Debug (since the ITs require debug)
    - Now use $HOME/compile-tests as the integration test folder
    - Display the results.compile.log after the job finishes
    
    Signed-off-by: Bob Yantosca <[email protected]>
    yantosca committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    ccfb727 View commit details
    Browse the repository at this point in the history