Migrate from Travis to Github actions
authorNikolaus Rath <Nikolaus@rath.org>
Mon, 20 Feb 2023 19:46:16 +0000 (19:46 +0000)
committerNikolaus Rath <Nikolaus@rath.org>
Mon, 20 Feb 2023 20:28:12 +0000 (20:28 +0000)
commit17e8b3e27304b9c57397c70077062ba5bb5e5dc1
tree3a47d95d9fe4e64881aa8abf11a3b98d290c0b0c
parent2da03e389866835e29b78a4546c6f1f87aab8fe1
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
.travis.yml [deleted file]
test/ci-build.sh [new file with mode: 0755]
test/ci-install.sh [new file with mode: 0755]
test/travis-build.sh [deleted file]
test/travis-install.sh [deleted file]