[CI] generalise travis-linux-install.sh

- move content to CI-linux-install.sh which is independent of Travis
- create equivalent for Github Actions (GHA)
This commit is contained in:
Kris Thielemans 2021-08-01 16:49:08 +01:00
commit 901f399f8c
3 changed files with 134 additions and 118 deletions

View file

@ -0,0 +1,9 @@
#!/bin/bash
#lsb_release -a
# find location of current script (only works in bash)
script_dir="$( dirname "${BASH_SOURCE[0]}")"
# run generic script
RETRY=
source "$script_dir"/CI-linux-install.sh