mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-27 21:24:16 -04:00
remove apt and brew build scripts
This commit is contained in:
parent
943a1247df
commit
171fbe4cf2
9 changed files with 8 additions and 224 deletions
|
@ -18,20 +18,16 @@ cd "$REPO_DIR"
|
|||
# ./bin/lint.sh
|
||||
# ./bin/test.sh
|
||||
|
||||
# Run all the build scripts
|
||||
./bin/build_git.sh
|
||||
./bin/build_docs.sh
|
||||
./bin/build_pip.sh
|
||||
./bin/build_deb.sh
|
||||
./bin/build_brew.sh
|
||||
./bin/build_docker.sh
|
||||
# # Run all the build scripts
|
||||
# ./bin/build_git.sh
|
||||
# ./bin/build_docs.sh
|
||||
# ./bin/build_pip.sh
|
||||
# ./bin/build_docker.sh
|
||||
|
||||
# Push relase to public repositories
|
||||
./bin/release_git.sh
|
||||
./bin/release_docs.sh
|
||||
./bin/release_pip.sh
|
||||
./bin/release_deb.sh
|
||||
./bin/release_brew.sh
|
||||
./bin/release_docker.sh
|
||||
|
||||
VERSION="$(jq -r '.version' < "$REPO_DIR/package.json")"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue