From 934b22e7c1e6a971e5cf95d49f062e077cfe4460 Mon Sep 17 00:00:00 2001 From: Sudhakar Verma Date: Tue, 11 Nov 2025 17:53:58 +0530 Subject: [PATCH] ci: add idacpp Signed-off-by: Sudhakar Verma --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9980516..5f265c1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,6 +34,7 @@ jobs: git clone --depth 1 https://github.com/allthingsida/ida-cmake "${IDASDK}/ida-cmake" mkdir -p "${IDASDK}/include" git clone --depth 1 https://github.com/allthingsida/idax "${IDASDK}/include/idax" + git clone --depth 1 https://github.com/allthingsida/idacpp "${IDASDK}/include/idacpp" - name: Configure (Linux) run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release @@ -65,6 +66,7 @@ jobs: git clone --depth 1 https://github.com/allthingsida/ida-cmake "${IDASDK}/ida-cmake" mkdir -p "${IDASDK}/include" git clone --depth 1 https://github.com/allthingsida/idax "${IDASDK}/include/idax" + git clone --depth 1 https://github.com/allthingsida/idacpp "${IDASDK}/include/idacpp" - name: Configure (macOS) run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release @@ -96,6 +98,7 @@ jobs: git clone --depth 1 https://github.com/allthingsida/ida-cmake "${IDASDK}/ida-cmake" mkdir -p "${IDASDK}/include" git clone --depth 1 https://github.com/allthingsida/idax "${IDASDK}/include/idax" + git clone --depth 1 https://github.com/allthingsida/idacpp "${IDASDK}/include/idacpp" - name: Configure (Windows) run: cmake -S . -B build -A x64