File tree Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 2020 with :
2121 egress-policy : audit
2222
23+ - uses : maxim-lobanov/setup-xcode@v1
24+ with :
25+ xcode-version : ' 14.3.1'
26+
2327 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2428 with :
2529 submodules : recursive
Original file line number Diff line number Diff line change 2020 with :
2121 egress-policy : audit
2222
23+ - uses : maxim-lobanov/setup-xcode@v1
24+ with :
25+ xcode-version : ' 14.3.1'
26+
2327 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2428 with :
2529 submodules : recursive
Original file line number Diff line number Diff line change @@ -6,16 +6,20 @@ configuration: Release
66platform : x64
77before_build :
88- cmd : >-
9+ nuget restore src\WinMSRDriver\MSR.vcxproj
10+
911 cmake --version
1012
1113 cmake -B build
1214
1315
1416build_script :
1517- cmake --build build --config Release --parallel
18+ - msbuild src\WinMSRDriver\MSR.vcxproj /m /t:Build /p:Configuration=Release /p:Platform=x64
1619
1720after_build :
18- - cmd : 7z a pcm-all.zip %APPVEYOR_BUILD_FOLDER%\build\bin\Release\*.exe %APPVEYOR_BUILD_FOLDER%\build\bin\Release\*.dll %APPVEYOR_BUILD_FOLDER%\build\src\Release\*.lib %APPVEYOR_BUILD_FOLDER%\build\src\Release\*.exp %APPVEYOR_BUILD_FOLDER%\src\windows\PCM-Service.exe.config
21+ - cmd : 7z a pcm-all.zip %APPVEYOR_BUILD_FOLDER%\build\bin\Release\*.exe %APPVEYOR_BUILD_FOLDER%\build\bin\Release\*.dll %APPVEYOR_BUILD_FOLDER%\build\src\Release\*.lib %APPVEYOR_BUILD_FOLDER%\build\src\Release\*.exp %APPVEYOR_BUILD_FOLDER%\src\windows\PCM-Service.exe.config %APPVEYOR_BUILD_FOLDER%\src\WinMSRDriver\x64\Release\MSR\msr.*
1922artifacts :
2023- path : pcm-all.zip
2124 name : pcm-all
25+
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ set_target_properties(PcmMsrDriver PROPERTIES BUNDLE_EXTENSION kext MACOSX_BUNDL
1515target_include_directories (PcmMsrDriver PRIVATE
1616 ${CMAKE_OSX_SYSROOT} /System /Library/Frameworks/Kernel.framework /PrivateHeaders
1717 ${CMAKE_OSX_SYSROOT} /System /Library/Frameworks/Kernel.framework /Headers
18+ ${CMAKE_OSX_SYSROOT} /System /Library/Frameworks/Kernel.framework /Versions/A/Headers
19+ /Applications/Xcode_15.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System /Library/Frameworks/IOKit.framework /Headers
1820)
1921target_compile_definitions (PcmMsrDriver PRIVATE
2022 -DKERNEL
You can’t perform that action at this time.
0 commit comments