mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-14 07:04:27 -04:00
add github push code to builder CI actions
This commit is contained in:
parent
4cda0d4e44
commit
ec86060a61
3 changed files with 47 additions and 2 deletions
19
.github/workflows/debian.yml
vendored
19
.github/workflows/debian.yml
vendored
|
@ -31,12 +31,12 @@ jobs:
|
||||||
- name: Build Debian/Apt sdist_dsc
|
- name: Build Debian/Apt sdist_dsc
|
||||||
run: |
|
run: |
|
||||||
python3 setup.py --command-packages=stdeb.command \
|
python3 setup.py --command-packages=stdeb.command \
|
||||||
sdist_dsc
|
sdist_dsc
|
||||||
|
|
||||||
- name: Build Debian/Apt bdist_deb
|
- name: Build Debian/Apt bdist_deb
|
||||||
run: |
|
run: |
|
||||||
python3 setup.py --command-packages=stdeb.command \
|
python3 setup.py --command-packages=stdeb.command \
|
||||||
bdist_deb
|
bdist_deb
|
||||||
|
|
||||||
- name: Install archivebox from deb
|
- name: Install archivebox from deb
|
||||||
run: |
|
run: |
|
||||||
|
@ -50,6 +50,21 @@ jobs:
|
||||||
archivebox version
|
archivebox version
|
||||||
archivebox status
|
archivebox status
|
||||||
|
|
||||||
|
# - name: Commit files
|
||||||
|
# run: |
|
||||||
|
# cd deb_dist/
|
||||||
|
# git config --local user.email "action@github.com"
|
||||||
|
# git config --local user.name "GitHub Action"
|
||||||
|
# git commit -m "Debian package autobuild" -a
|
||||||
|
|
||||||
|
# - name: Push changes
|
||||||
|
# uses: ad-m/github-push-action@master
|
||||||
|
# with:
|
||||||
|
# github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
# repository: ArchiveBox/debian-archivebox
|
||||||
|
# branch: ${{ github.ref }}
|
||||||
|
# directory: deb_dist
|
||||||
|
|
||||||
# TODO: push debian package to launchpad PPA
|
# TODO: push debian package to launchpad PPA
|
||||||
# - name: Push to launchpad
|
# - name: Push to launchpad
|
||||||
# run: |
|
# run: |
|
||||||
|
|
15
.github/workflows/homebrew.yml
vendored
15
.github/workflows/homebrew.yml
vendored
|
@ -30,4 +30,19 @@ jobs:
|
||||||
archivebox version
|
archivebox version
|
||||||
archivebox status
|
archivebox status
|
||||||
|
|
||||||
|
# - name: Commit files
|
||||||
|
# run: |
|
||||||
|
# cd brew_dist/
|
||||||
|
# git config --local user.email "action@github.com"
|
||||||
|
# git config --local user.name "GitHub Action"
|
||||||
|
# git commit -m "Homebrew package autobuild" -a
|
||||||
|
|
||||||
|
# - name: Push changes
|
||||||
|
# uses: ad-m/github-push-action@master
|
||||||
|
# with:
|
||||||
|
# github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
# repository: ArchiveBox/homebrew-archivebox
|
||||||
|
# branch: ${{ github.ref }}
|
||||||
|
# directory: brew_dist
|
||||||
|
|
||||||
# TODO: push bottle to Github and open homebrew core PR with latest changes
|
# TODO: push bottle to Github and open homebrew core PR with latest changes
|
||||||
|
|
15
.github/workflows/pip.yml
vendored
15
.github/workflows/pip.yml
vendored
|
@ -39,4 +39,19 @@ jobs:
|
||||||
archivebox version
|
archivebox version
|
||||||
archivebox status
|
archivebox status
|
||||||
|
|
||||||
|
# - name: Commit files
|
||||||
|
# run: |
|
||||||
|
# cd pip_dist/
|
||||||
|
# git config --local user.email "action@github.com"
|
||||||
|
# git config --local user.name "GitHub Action"
|
||||||
|
# git commit -m "Pip package autobuild" -a
|
||||||
|
|
||||||
|
# - name: Push changes
|
||||||
|
# uses: ad-m/github-push-action@master
|
||||||
|
# with:
|
||||||
|
# github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
# repository: ArchiveBox/pip-archivebox
|
||||||
|
# branch: ${{ github.ref }}
|
||||||
|
# directory: pip_dist
|
||||||
|
|
||||||
# TODO: push to PyPI with twine
|
# TODO: push to PyPI with twine
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue