aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
blob: 6c4d697bb42fab3897943e5b58450ce9982906b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
image: debian/stable
packages: 
- git
- lua-busted
sources :
- https://git.sr.ht/~gpcf/advtrains

tasks:

- run_unit_tests : |
    cd advtrains/advtrains
    busted
    cd ../advtrains_interlocking
    busted
    cd ../serialize_lib
    busted