Merge pull request #292 from JeffersonLab/nbrei_processor_api #463
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++ CI docker | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
JTest_job: | |
runs-on: ubuntu-latest | |
name: Full build with tests | |
# Build Docker container and run the entrypoint.sh script in it | |
steps: | |
- name: Build and run | |
id: build_and_run | |
uses: nathanwbrei/[email protected] | |