Skip to content

Commit 0bb379b

Browse files
committed
CI: updated genalyzer repo
Signed-off-by: Andrei Popa <[email protected]>
1 parent df2ffa4 commit 0bb379b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

ci/arm/arm_build_config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ IIOEMU_BRANCH=main
3434
KDDOCK_BRANCH=2.1
3535
ECM_BRANCH=kf5
3636
KARCHIVE_BRANCH=kf5
37-
GENALYZER_BRANCH=v0.1.2
37+
GENALYZER_BRANCH=main
3838

3939
export APPIMAGE=1
4040

ci/flatpak/org.adi.Scopy.json.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@
543543
{
544544
"type": "git",
545545
"url": "https://github.com/analogdevicesinc/genalyzer.git",
546-
"branch": "v0.1.2"
546+
"branch": "main"
547547
}
548548
]
549549
},

ci/macOS/install_macos_deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ clone() {
209209
git clone --recursive https://github.com/KDAB/KDDockWidgets.git -b $KDDOCK_BRANCH KDDockWidgets
210210
git clone --recursive https://github.com/KDE/extra-cmake-modules.git -b $ECM_BRANCH extra-cmake-modules
211211
git clone --recursive https://github.com/KDE/karchive.git -b $KARCHIVE_BRANCH karchive
212-
git clone --recursive https://github.com/andrei47w/genalyzer.git -b $GENALYZER_BRANCH genalyzer
212+
git clone --recursive https://github.com/analogdevicesinc/genalyzer.git -b $GENALYZER_BRANCH genalyzer
213213

214214
DEPENDENCY_REPOS="libserialport libiio libad9361 libm2k gr-scopy gr-m2k gnuradio qwt libsigrokdecode libtinyiiod KDDockWidgets extra-cmake-modules karchive genalyzer"
215215
# Save to cache for next time

ci/ubuntu/ubuntu_build_process.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ IIOEMU_BRANCH=main
2727
KDDOCK_BRANCH=2.1
2828
ECM_BRANCH=kf5
2929
KARCHIVE_BRANCH=kf5
30-
GENALYZER_BRANCH=v0.1.2
30+
GENALYZER_BRANCH=main
3131

3232
QT=/opt/Qt/5.15.2/gcc_64
3333
QMAKE_BIN=$QT/bin/qmake

ci/windows/mingw_toolchain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ LIBTINYIIOD_BRANCH=v0.1
2222
KDDOCK_BRANCH=2.1
2323
ECM_BRANCH=kf5
2424
KARCHIVE_BRANCH=kf5
25-
GENALYZER_BRANCH=v0.1.2
25+
GENALYZER_BRANCH=main
2626

2727
STAGING_AREA=$WORKFOLDER/staging
2828
MINGW_VERSION=mingw64

ci/x86_64/x86-64_appimage_process.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ IIOEMU_BRANCH=master
3333
KDDOCK_BRANCH=2.1
3434
ECM_BRANCH=kf5
3535
KARCHIVE_BRANCH=kf5
36-
GENALYZER_BRANCH=v0.1.2
36+
GENALYZER_BRANCH=main
3737

3838
# default python version used in CI scripts, can be changed to match locally installed python
3939
PYTHON_VERSION=python3.8

0 commit comments

Comments
 (0)