Skip to content

Commit 48a6677

Browse files
authored
Merge pull request #15 from sudhackar/main
ci: add idacpp
2 parents a54285a + 934b22e commit 48a6677

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
git clone --depth 1 https://github.com/allthingsida/ida-cmake "${IDASDK}/ida-cmake"
3535
mkdir -p "${IDASDK}/include"
3636
git clone --depth 1 https://github.com/allthingsida/idax "${IDASDK}/include/idax"
37+
git clone --depth 1 https://github.com/allthingsida/idacpp "${IDASDK}/include/idacpp"
3738
3839
- name: Configure (Linux)
3940
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
@@ -65,6 +66,7 @@ jobs:
6566
git clone --depth 1 https://github.com/allthingsida/ida-cmake "${IDASDK}/ida-cmake"
6667
mkdir -p "${IDASDK}/include"
6768
git clone --depth 1 https://github.com/allthingsida/idax "${IDASDK}/include/idax"
69+
git clone --depth 1 https://github.com/allthingsida/idacpp "${IDASDK}/include/idacpp"
6870
6971
- name: Configure (macOS)
7072
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
@@ -96,6 +98,7 @@ jobs:
9698
git clone --depth 1 https://github.com/allthingsida/ida-cmake "${IDASDK}/ida-cmake"
9799
mkdir -p "${IDASDK}/include"
98100
git clone --depth 1 https://github.com/allthingsida/idax "${IDASDK}/include/idax"
101+
git clone --depth 1 https://github.com/allthingsida/idacpp "${IDASDK}/include/idacpp"
99102
100103
- name: Configure (Windows)
101104
run: cmake -S . -B build -A x64

0 commit comments

Comments
 (0)