Skip to content

combined plot candle chart functions (to get rid of duplicate code) #14

combined plot candle chart functions (to get rid of duplicate code)

combined plot candle chart functions (to get rid of duplicate code) #14

Workflow file for this run

name: Build-macOS
on:
push:
branches:
- master
jobs:
build-macos:
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up CMake
run: |
mkdir build
cd build
cmake ..
- name: Build project
run: |
cd build
cmake --build .