Skip to content

[ADD] : add a threaded import dialog #6

[ADD] : add a threaded import dialog

[ADD] : add a threaded import dialog #6

Workflow file for this run

name: Osx
on:
push:
branches:
- master
jobs:
build_Osx:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- name: checkout submodules
run : git submodule update --init --recursive
- name: Install OpenGL lib / Requirement for Glfw3
run : brew update
- name: configure
run: mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DPLUGIN_ENABLE_LCL_BROKER=ON
- name: build
run: cmake --build build
- name: upload artifact
uses: actions/upload-artifact@v1
with:
name: CashMe_Darwin_x32
path: bin/CashMe_Darwin_x32