Skip to content

address update for 1.8.88, tick version to 0.2.1 #57

address update for 1.8.88, tick version to 0.2.1

address update for 1.8.88, tick version to 0.2.1 #57

Workflow file for this run

name: testbuild
on: [push]
jobs:
run-testbuild:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
with:
path: sfse
- run: cmake -B sfse/build -S sfse -DCMAKE_INSTALL_PREFIX=extern sfse
- run: cmake --build sfse/build --config Release