about summary refs log blame commit diff stats
path: root/.build.yml
blob: a3ffd2584172170331411cb2b3e7c98e8dff5732 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                   
image: alpine/edge
packages:
  - rust
  - cargo
sources:
  - https://git.sr.ht/~gbmor/clinte
environment:
  RUST_TEST_THREADS: 1
tasks:
  - build: |
      cd clinte
      cargo test
      cargo build