mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-28 14:44:36 +00:00
8 lines
146 B
Bash
Executable File
8 lines
146 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pip install treq --upgrade
|
|
pip install buildbot_gitea --upgrade
|
|
BASE_DIR=$(dirname "$(readlink -f "$0")")
|
|
|
|
buildbot start $BASE_DIR
|