Skip to content

readout: change to daq start order: enable_daq_mode after mcst sequence #116

readout: change to daq start order: enable_daq_mode after mcst sequence

readout: change to daq start order: enable_daq_mode after mcst sequence #116

Workflow file for this run

name: C/C++ CI
on: [push, workflow_dispatch]
jobs:
build-ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: configure
run: mkdir build && cd build && cmake ..
- name: build
run: cmake --build build
- name: test
run: cd build && ctest