Skip to content

Commit 961207e

Browse files
committed
Updated debian test driver
1 parent 3d98482 commit 961207e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test-scripts/test-driver-debian.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/sh
2-
apt install build-essential git cmake pkgconf libgtk-3-dev libsigc++-2.0-dev libyaml-cpp-dev catch2 libglfw3-dev curl xzip libhidapi-dev lsb-release dpkg-dev file libvulkan-dev glslang-dev glslang-tools spirv-tools glslc liblxi-dev libtirpc-dev texlive texlive-fonts-extra texlive-extra-utils
3-
git clone --recursive https://github.com/ngscopeclient/scopehal-apps
2+
sudo apt install build-essential git cmake pkgconf libgtk-3-dev libsigc++-2.0-dev libyaml-cpp-dev catch2 libglfw3-dev curl xzip libhidapi-dev lsb-release dpkg-dev file libvulkan-dev glslang-dev glslang-tools spirv-tools glslc liblxi-dev libtirpc-dev texlive texlive-fonts-extra texlive-extra-utils
43
rm -rf build
54
mkdir build
65
ctest -S ctest-custom.cmake

0 commit comments

Comments
 (0)