diff options
Diffstat (limited to 'test/ci-install.sh')
-rwxr-xr-x | test/ci-install.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/ci-install.sh b/test/ci-install.sh deleted file mode 100755 index 2d7b517..0000000 --- a/test/ci-install.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -set -e - -sudo python3 -m pip install --upgrade pip -sudo python3 -m pip install pytest meson==1.0.1 looseversion -valgrind --version -ninja --version -meson --version |