From 17e8b3e27304b9c57397c70077062ba5bb5e5dc1 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Mon, 20 Feb 2023 19:46:16 +0000 Subject: Migrate from Travis to Github actions With current Ubuntu, Valgrind apparently does not like clang debug info, so do not run valgrind with clang-compiled binaries. --- test/travis-install.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 test/travis-install.sh (limited to 'test/travis-install.sh') diff --git a/test/travis-install.sh b/test/travis-install.sh deleted file mode 100755 index 924623b..0000000 --- a/test/travis-install.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -set -e - -sudo python3 -m pip install --upgrade pip -# Meson 0.45 requires Python 3.5 or newer -sudo python3 -m pip install pytest meson==0.50 -valgrind --version -ninja --version -meson --version -- cgit v1.2.3