~avery/protondb-indicator

95b6d3198815f9e2719463e9e045e3c1ed07994c — Avery 2 years ago 0706a99
Add builds.sr.ht manifest
1 files changed, 20 insertions(+), 0 deletions(-)

A .build.yml
A .build.yml => .build.yml +20 -0
@@ 0,0 1,20 @@
image: archlinux
packages:
  - yarn
sources:
  - https://git.sr.ht/~avery/protondb-indicator
artifacts:
  - protondb-indicator.tar.gz
tasks:
  - setup: |
      cd protondb-indicator
      yarn install --frozen-lockfile
  - build: |
      cd protondb-indicator
      yarn build
  - create-artifact: |
      tar \
        --exclude 'node_modules' \
        --exclude-vcs \
        -czvf protondb-indicator.tar.gz \
        protondb-indicator