aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/pr-ci.yml
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2023-02-20 19:46:16 +0000
committerNikolaus Rath <Nikolaus@rath.org>2023-02-20 20:28:12 +0000
commit17e8b3e27304b9c57397c70077062ba5bb5e5dc1 (patch)
tree3a47d95d9fe4e64881aa8abf11a3b98d290c0b0c /.github/workflows/pr-ci.yml
parent2da03e389866835e29b78a4546c6f1f87aab8fe1 (diff)
downloadlibfuse-17e8b3e27304b9c57397c70077062ba5bb5e5dc1.tar.gz
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.
Diffstat (limited to '.github/workflows/pr-ci.yml')
-rw-r--r--.github/workflows/pr-ci.yml6
1 files changed, 3 insertions, 3 deletions
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