Skip to content

delete some interface in tarsnotify that not used #320

delete some interface in tarsnotify that not used

delete some interface in tarsnotify that not used #320

Workflow file for this run

name: C/C++ win
on:
push:
branches:
- master
jobs:
build:
runs-on: windows-2019
steps:
- uses: shogo82148/actions-setup-perl@v1
with:
perl-version: "5.32"
distribution: strawberry
- run: perl -V
- uses: actions/checkout@v3
- name: git
run: git submodule update --init --recursive
- name: configure
run: cd build; cmake --version; cmake .. -A X64
- name: make
run: cd build; cmake --build . --config release