Skip to content

[MOV] : Move of the images of the demo in the bin directory #10

[MOV] : Move of the images of the demo in the bin directory

[MOV] : Move of the images of the demo in the bin directory #10

Workflow file for this run

name: Win
on:
push:
branches:
- DemoApp
jobs:
build_Win_latest:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- 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@v1
with:
name: ImCoolBar_App_WIn32
path: build\Release\ImCoolBar_App_WIn32.exe