Skip to content

[Bug fix] should call hash function with circular correlation robustn… #204

[Bug fix] should call hash function with circular correlation robustn…

[Bug fix] should call hash function with circular correlation robustn… #204

Workflow file for this run

name: x86
on: [push, pull_request]
jobs:
build_x86:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
build_type: [Debug, Release]
runs-on: ${{ matrix.os }}
timeout-minutes: 30
env:
BUILD_TYPE: ${{matrix.build_type}}
steps:
- uses: actions/checkout@v2
- name: Create Build Environment
run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE && make
- name: Test
shell: bash
run: ctest -V