forked from rdkcentral/networkmanager
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
parvathinew
authored and
parvathinew
committed
Sep 13, 2024
1 parent
69064bc
commit 1af7baa
Showing
1 changed file
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,9 +11,7 @@ env: | |
THUNDER_REF: "R4.4.1" | ||
THUNDER_TOOLS_REF: "R4.4.1" | ||
INTERFACES_REF: "R4.4.1" | ||
IARMBUS_INCLUDE_DIRS: ${{github.workspace}}/networkmanager/Tests/headers/rdk/iarmbus/IARMBUS_INCLUDE_DIRS | ||
IARMBUS_LIBRARIES: ${{github.workspace}}/networkmanager/Tests/headers/rdk/iarmbus/IARMBUS_LIBRARIES | ||
|
||
|
||
jobs: | ||
l1-tests: | ||
name: Build and run unit tests | ||
|
@@ -67,7 +65,12 @@ jobs: | |
uses: jwlawson/[email protected] | ||
with: | ||
cmake-version: '3.16.x' | ||
|
||
|
||
-name: set up variables | ||
set(IARMBUS_LIBRARIES ${IARMBUS_LIBRARIES} CACHE PATH "Path to IARMBus library") | ||
set(IARMBUS_INCLUDE_DIRS ${IARMBUS_INCLUDE_DIRS}) | ||
set(IARMBUS_INCLUDE_DIRS ${IARMBUS_INCLUDE_DIRS} CACHE PATH "Path to IARMBus include") | ||
- name: Install packages | ||
run: > | ||
sudo apt update | ||
|