Skip to content

pcm-raw: document raw register syntax #470

pcm-raw: document raw register syntax

pcm-raw: document raw register syntax #470

Workflow file for this run

name: g++ 10 build
on:
push:
branches: [ '**' ]
pull_request:
branches: [ '**' ]
jobs:
build:
runs-on: ci-gcc10
if: ${{ github.repository != 'intel/pcm' }}
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Configure CMake
run: |
cmake --version
rm -rf ${{ github.workspace }}/build
cmake -B ${{ github.workspace }}/build -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}/build
- name: Build and Install
run: |
g++ --version
cd ${{ github.workspace }}/build
make install -j$(nproc)
- name: Diagnostic
run: date