aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.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 /.travis.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 '.travis.yml')
-rw-r--r--.travis.yml25
1 files changed, 0 insertions, 25 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 0b5749c..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,25 +0,0 @@
-sudo: required
-dist: jammy
-
-language:
- - c
- - c++
-addons:
- apt:
- sources:
- - sourceline: 'ppa:ubuntu-toolchain-r/test'
- packages:
- - doxygen
- - clang
- - libstdc++-9-dev
- - libstdc++-10-dev
- - gcc
- - gcc-9
- - gcc-10
- - python3-pip
- - python3-setuptools
- - ninja-build
- - valgrind
-install: test/travis-install.sh
-script: test/travis-build.sh
-