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