Skip to content

[BHP1-994] Add New Outputs in the Direction of Interest #43

[BHP1-994] Add New Outputs in the Direction of Interest

[BHP1-994] Add New Outputs in the Direction of Interest #43

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/[email protected]
- name: Build the project
uses: threeal/[email protected]
with:
c-compiler: clang
cxx-compiler: clang++
run-build: true
- name: Run tests
run: make test