Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Commit

Permalink
remove circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
brian8544 committed Jun 8, 2023
1 parent 748ca18 commit cc1ae3a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .circleci/config.yml

This file was deleted.

25 changes: 25 additions & 0 deletions appveyor.yml
@@ -0,0 +1,25 @@
image: Visual Studio 2022

cache:
- '%USERPROFILE%\AppData\Local\vcpkg'

environment:
matrix:
- VCPKG_PLATFORM: x64-windows
- VCPKG_FEATURE_FLAGS: "manifests"

install:
- ps: |
git clone https://github.com/microsoft/vcpkg.git
cd vcpkg
bootstrap-vcpkg.bat
vcpkg integrate install
vcpkg install opencv4
cd ..
build_script:
- msbuild RealtimeFacialRecognition.sln /p:Configuration=Release /p:PlatformToolset=v143

artifacts:
- path: RealtimeFacialRecognition/bin/Release
name: RealtimeFacialRecognition

0 comments on commit cc1ae3a

Please sign in to comment.