Sign in
fuchsia
/
third_party
/
mesa
/
refs/tags/gitlab/mesa-25.0.5
/
.
/
bin
/
ci
/
ci_run_n_monitor.sh
blob: ba6a7e33ed55c68dbc89adb82b326b3ace121a7e [
file
]
#!/usr/bin/env bash
set
-
eu
this_dir
=
$
(
dirname
--
"$(readlink -f -- "
$
{
BASH_SOURCE
[
0
]}
")"
)
readonly this_dir
exec \
"$this_dir/../python-venv.sh"
\
"$this_dir/requirements.txt"
\
"$this_dir/ci_run_n_monitor.py"
"$@"