add ci.
Some checks failed
Windows CI / build (push) Failing after 47s

This commit is contained in:
amass 2024-10-02 14:47:10 +08:00
parent e1e36b3bad
commit 20fe4de46c
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run a one-line script
- name: Build and deploy
run: |
resources/build.ps1 build
resources/build.ps1 deploy

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.29)
cmake_minimum_required(VERSION 3.28)
project(SmartLockerTools VERSION 0.2 LANGUAGES C CXX)