Skip to content

[FIX] : fix the settings load error when no settings #35

[FIX] : fix the settings load error when no settings

[FIX] : fix the settings load error when no settings #35

Workflow file for this run

name: Win
on:
push:
workflow_run:
workflows:
- scheduled
branches:
- master
types:
- requested
jobs:
build_Win_latest:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
with:
ref: master
- name: checkout submodules
run : git submodule update --init --recursive
- name: configure
run: mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DUSE_TEST=ON
- name: build
run: cmake --build build
- name: test
run: ctest --output-on-failure