blob: c86d9e51efd564d09d8cd0f99530617d28c550f7 [file] [log] [blame]
Fabio Utzigc06694e2020-11-10 10:36:42 -03001on:
2 push:
3 branches:
4 - master
Fabio Utzigc1b29832021-01-13 11:13:15 -03005 - v*-branch
Fabio Utzigc06694e2020-11-10 10:36:42 -03006
Fabio Utzig0be390e2020-11-12 10:45:07 -03007name: imgtool
8
Fabio Utzigc06694e2020-11-10 10:36:42 -03009jobs:
10 environment:
Fabio Utzigc06694e2020-11-10 10:36:42 -030011 runs-on: ubuntu-latest
12 steps:
13 - uses: actions/checkout@v2
14 with:
15 fetch-depth: 0
Fabio Utzig7bf51792021-02-11 19:30:55 -030016 - name: Cache pip
17 uses: actions/cache@v1
18 with:
19 path: ~/.cache/pip
20 key: ${{ runner.os }}-pip
Fabio Utzig0be390e2020-11-12 10:45:07 -030021 - name: Install packages
Fabio Utzigc06694e2020-11-10 10:36:42 -030022 run: |
23 export PATH="$HOME/.local/bin:$PATH"
24 ./ci/imgtool_install.sh
Fabio Utzig0be390e2020-11-12 10:45:07 -030025 - name: Publish
Fabio Utzigc06694e2020-11-10 10:36:42 -030026 env:
27 TWINE_TOKEN: ${{ secrets.TWINE_TOKEN }}
28 run: |
29 export PATH="$HOME/.local/bin:$PATH"
30 ./ci/imgtool_run.sh