Skip to content

Implemented ReadDoubleVector instead of ReadDoubleArray for crate::CrateDataTypeId::CRATE_DATA_TYPE_DOUBLE_VECTOR #830

Implemented ReadDoubleVector instead of ReadDoubleArray for crate::CrateDataTypeId::CRATE_DATA_TYPE_DOUBLE_VECTOR

Implemented ReadDoubleVector instead of ReadDoubleArray for crate::CrateDataTypeId::CRATE_DATA_TYPE_DOUBLE_VECTOR #830

Workflow file for this run

name: macOS
# TODO: Build with Python.
on:
push:
branches: [ dev ]
pull_request:
branches: [ dev ]
jobs:
build-macos:
runs-on: macos-latest
name: Build for macOS
steps:
- name: Checkout
uses: actions/checkout@v1
- name: CmakeAndBuild
run: |
./scripts/bootstrap-cmake-macos.sh
cd build
make VERBOSE=1
- name: Ctest
run: |
cd build
ctest --output-on-failure