fixes for bv cmake install cmds #2
Workflow file for this run
This file contains hidden or 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: Test build_visit creation of ci tpl container | |
on: | |
pull_request: | |
paths: | |
- 'src/tools/dev/scripts/bv_support/*' | |
- 'src/tools/dev/scripts/build_visit' | |
jobs: | |
test-build_visit_tpls: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v2 | |
- name: Test build_visit | |
run: | | |
cd scripts/ci/docker && python3 build_docker_visit_ci.py | |