Skip to content

Commit

Permalink
[Actions] Adding MessageControl to be built under Windows (#306)
Browse files Browse the repository at this point in the history
* Trying to build MessageControl under Windows in Actions

* Prep for pull request
  • Loading branch information
VeithMetro authored Jun 7, 2024
1 parent 061002c commit d945cd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Build ThunderNanoServicesRDK on Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env:
devEnv: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\devenv.com
deviceInfo: ThunderNanoServicesRDK\DeviceInfo\DeviceInfo.vcxproj
locationSync: ThunderNanoServicesRDK\LocationSync\LocationSync.vcxproj
messageControl: ThunderNanoServicesRDK\MessageControl\MessageControl.vcxproj
messenger: ThunderNanoServicesRDK\Messenger\Messenger.vcxproj
monitor: ThunderNanoServicesRDK\Monitor\Monitor.vcxproj
openCDMi: ThunderNanoServicesRDK\OpenCDMi\OpenCDMi.vcxproj
Expand Down Expand Up @@ -81,6 +82,7 @@ jobs:
cd ThunderOnWindows
&& "%devEnv%" /Build "${{matrix.type}}|x${{matrix.version}}" /Project "%deviceInfo%" "%solution%"
&& "%devEnv%" /Build "${{matrix.type}}|x${{matrix.version}}" /Project "%locationSync%" "%solution%"
&& "%devEnv%" /Build "${{matrix.type}}|x${{matrix.version}}" /Project "%messageControl%" "%solution%"
&& "%devEnv%" /Build "${{matrix.type}}|x${{matrix.version}}" /Project "%messenger%" "%solution%"
&& "%devEnv%" /Build "${{matrix.type}}|x${{matrix.version}}" /Project "%monitor%" "%solution%"
&& "%devEnv%" /Build "${{matrix.type}}|x${{matrix.version}}" /Project "%openCDMi%" "%solution%"
Expand Down

0 comments on commit d945cd0

Please sign in to comment.