Skip to content

[WIP] : try to fix compilations on many targets #23

[WIP] : try to fix compilations on many targets

[WIP] : try to fix compilations on many targets #23

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: ImCoolBarApp_Windows_x64
path: bin\ImCoolBarApp_Windows_x64.exe