public inbox for ~johnnyrichard/olang-devel@lists.sr.ht
 help / color / mirror / code / Atom feed
01f4aabfd5e6a02b688f7c91823c30950b6d65da blob 490 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 
image: archlinux
oauth: pages.sr.ht/PAGES:RW
packages:
  - gcc
  - make
  - hut
  - clang
  - pandoc-cli
environment:
  site: o-lang.org
sources:
  - https://git.sr.ht/~johnnyrichard/olang
tasks:
  - format: |
      cd olang
      make format
  - build: |
      cd olang
      make
      make docs-dist
  - check: |
      cd olang
      make check
  - docs-publish: |
      cd olang
      if [ "$BUILD_REASON" = "" ]
      then
        hut pages publish -d $site docs/site.tar.gz
      fi

debug log:

solving 01f4aab ...
found 01f4aab in https://git.johnnyrichard.com/olang.git

Code repositories for project(s) associated with this public inbox

	https://git.johnnyrichard.com/olang.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox