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. --- .github/workflows/pr-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/pr-ci.yml b/.github/workflows/pr-ci.yml index e1007f8..401b768 100644 --- a/.github/workflows/pr-ci.yml +++ b/.github/workflows/pr-ci.yml @@ -1,4 +1,4 @@ -name: Converted Workflow +name: 'Build & Test' on: push: branches: @@ -21,6 +21,6 @@ jobs: if: runner.os == 'Linux' run: sudo apt-get update && sudo apt-get install -y clang doxygen gcc gcc-10 gcc-9 libstdc++-10-dev libstdc++-9-dev ninja-build python3-pip python3-setuptools valgrind - uses: actions/checkout@v3 - - run: test/travis-install.sh - - run: test/travis-build.sh + - run: test/ci-install.sh + - run: test/ci-build.sh -- cgit v1.2.3