Skip to content

Commit 046024d

Browse files
committed
NiTE
1 parent 6a7e4d3 commit 046024d

File tree

133 files changed

+1977
-6797
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+1977
-6797
lines changed

.github/workflows/build.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check-Build
33
on: [push]
44

55
env:
6-
KINECTSDK10_DIR: ${{ github.workspace }}\KinectSDK-v1.8\AttachedContainer\SDK18\Microsoft SDKs\Kinect\v1.8\
6+
KINECTSDK20_DIR: D:\Microsoft SDKs\Kinect\v2.0_1409\
77

88
jobs:
99
build:
@@ -25,32 +25,32 @@ jobs:
2525
- name: Add MSYS64 bin to PATH
2626
run: echo "C:\msys64\usr\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
2727

28-
- name: Install Kinect SDK18
28+
- name: Install Kinect SDK20
2929
shell: powershell
3030
run: |
31-
New-Item -ItemType directory KinectSDK-v1.8 | Out-Null
32-
wget "https://download.microsoft.com/download/E/1/D/E1DEC243-0389-4A23-87BF-F47DE869FC1A/KinectSDK-v1.8-Setup.exe" -OutFile KinectSDK-v1.8-Setup.exe
33-
& "C:\Program Files (x86)\WiX Toolset v3.14\bin\dark.exe" KinectSDK-v1.8-Setup.exe -x KinectSDK-v1.8
34-
Start-Process msiexec -ArgumentList "/a ${{ github.workspace }}\KinectSDK-v1.8\AttachedContainer\KinectSDK-v1.8-x64.msi /qn TARGETDIR=${{ github.workspace }}\KinectSDK-v1.8\AttachedContainer\SDK18" -Wait -NoNewWindow
31+
New-Item -ItemType directory KinectSDK-v2.0 | Out-Null
32+
wget "https://download.microsoft.com/download/F/2/D/F2D1012E-3BC6-49C5-B8B3-5ACFF58AF7B8/KinectSDK-v2.0_1409-Setup.exe" -OutFile KinectSDK-v2.0-Setup.exe
33+
& "C:\Program Files (x86)\WiX Toolset v3.14\bin\dark.exe" KinectSDK-v2.0-Setup.exe -x KinectSDK-v2.0
34+
Start-Process msiexec -ArgumentList "/a ${{ github.workspace }}\KinectSDK-v2.0\AttachedContainer\KinectSDK-v2.0_1409-x64.msi /passive /qn" -Wait -NoNewWindow
3535
3636
- name: Add MSBuild to PATH
3737
uses: microsoft/[email protected]
3838

3939
- name: Restore and build (publish)
40-
run: msbuild plugin_Kinect360 /restore /p:Platform=x64 /p:PlatformTarget=x64 /p:Configuration=Release /p:RuntimeIdentifier=win-x64 /t:Publish /p:PublishProfile=plugin_Kinect360\Properties\PublishProfiles\FolderProfile.pubxml
40+
run: msbuild plugin_KinectOne /restore /p:Platform=x64 /p:PlatformTarget=x64 /p:Configuration=Release /p:RuntimeIdentifier=win-x64 /t:Publish /p:PublishProfile=plugin_KinectOne\Properties\PublishProfiles\FolderProfile.pubxml
4141

4242
- name: Pack published files
4343
run: |
44-
cd plugin_Kinect360/bin/Release/Publish
45-
7z a plugin_Kinect360.zip *
44+
cd plugin_KinectOne/bin/Release/Publish
45+
7z a plugin_KinectOne.zip *
4646
4747
- name: Upload plugin artifact
4848
uses: "marvinpinto/action-automatic-releases@latest"
4949
with:
5050
repo_token: "${{ secrets.GITHUB_TOKEN }}"
5151
automatic_release_tag: "latest"
5252
prerelease: true
53-
title: "plugin_Kinect360 Build Artifact"
53+
title: "plugin_KinectOne Build Artifact"
5454
files: |
55-
./plugin_Kinect360/bin/Release/Publish/plugin_Kinect360.zip
55+
./plugin_KinectOne/bin/Release/Publish/plugin_KinectOne.zip
5656
./external/manifest.json

KinectHandler/AssemblyInfo.cpp

Lines changed: 0 additions & 21 deletions
This file was deleted.

KinectHandler/KinectHandler.h

Lines changed: 0 additions & 168 deletions
This file was deleted.

KinectHandler/KinectHandler.vcxproj

Lines changed: 0 additions & 110 deletions
This file was deleted.

KinectHandler/KinectHandler.vcxproj.filters

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)