Merge pull request #35 from aurora-multiphysics/fix-docker #121
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 Proteus profile and run tests | |
run: source $HOME/.proteus_profile; ./run_tests |