Skip to content

[VER] : Version ImGuiFileDialog v0.6.7 WIP #301

[VER] : Version ImGuiFileDialog v0.6.7 WIP

[VER] : Version ImGuiFileDialog v0.6.7 WIP #301

Workflow file for this run

name: Win
on:
push:
branches:
- DemoApp
jobs:
build_Win_latest:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
with:
ref: DemoApp
- name: checkout submodules
run : git submodule update --init --recursive
- name: configure
run: mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release
- name: build
run: cmake --build build --config Release
- name: upload artifact
uses: actions/upload-artifact@v3
with:
name: ImGuiFileDialog_App_WIn32
path: build\Release\ImGuiFileDialog_App_WIn32.exe