CSD3 build fix - resolve install_csd3.sh build failure due to outdated cmake #74
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: C/C++ Build CI | |
on: | |
push: | |
branches: [ "main" ] | |
pull_request: | |
branches: [ "main" ] | |
schedule: | |
- cron: '0 0 * * 1' | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Ubuntu based build | |
run: ./scripts/install_ubuntu.sh | |
- name: Source MOOSE profile and run tests | |
run: source $HOME/.moose_profile; ./run_tests |