public inbox for ~johnnyrichard/olang-devel@lists.sr.ht
 help / color / mirror / code / Atom feed
61de4ae0e6817a399dfb7bc94c635fe7df59a2a0 blob 492 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
 
image: archlinux
oauth: pages.sr.ht/PAGES:RW
packages:
  - gcc
  - make
  - hut
  - clang
  - python-sphinx
sources:
  - https://git.sr.ht/~johnnyrichard/olang
environment:
  site: johnnyrichard.srht.site
tasks:
  - lint: |
      cd olang
      make linter
  - build: |
      cd olang
      make
  - check: |
      cd olang
      make check
  - docs: |
      cd olang/docs
      make html
      cd _build/html
      tar -czvf ../docs.tar.gz .
      hut pages publish -d $site ../docs.tar.gz

debug log:

solving 61de4ae ...
found 61de4ae 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