Skip to content

Fix Find panel in toolkit #165

Fix Find panel in toolkit

Fix Find panel in toolkit #165

Workflow file for this run

name: CI Windows (FLTK)
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
jobs:
build:
runs-on: windows-latest
steps:
- name: Get sources
uses: actions/checkout@v4
- name: Configure
run: |
cmake -S . -B _Build_/Makefiles -D CMAKE_BUILD_TYPE=Release
- name: Compile Einstein
run: |
cmake --build _Build_/Makefiles --config Release
- name: Run tests
run: |
_Build_/Makefiles/Release/EinsteinTests