aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
blob: 8cdd780458b5037ec11be18c35b22e7e4d0c29e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
image: alpine/latest
oauth: pages.sr.ht/PAGES:RW
packages:
- ruby
- go
- hut
environment:
site: wruby.btxx.org
sources:
- https://git.sr.ht/~bt/wruby
tasks:
- install-gems: |
    sudo gem install kramdown rss
- build: |
    cd wruby
    make build
- package: |
    cd wruby/build
    tar -cvz . > ../../site.tar.gz
- upload: |
    hut pages publish -d wruby.btxx.org site.tar.gz