[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:
parent
a2fc5ecaff
commit
901f399f8c
3 changed files with 134 additions and 118 deletions
9
Tools/GHA-linux-install.sh
Normal file
9
Tools/GHA-linux-install.sh
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue