diff options
author | Y. Wang <yw05@forksworld.de> | 2022-11-19 11:19:17 +0100 |
---|---|---|
committer | Y. Wang <yw05@forksworld.de> | 2023-03-23 20:06:02 +0100 |
commit | 640d72929d67a516cc870986bd27ed0408eb684d (patch) | |
tree | 4cf214846ab2ef62d3c5e8b4dc637432481feebd /.build.yml | |
parent | 778c9096ae7e027feae7f72b980cc583b9ec48b2 (diff) | |
download | advtrains-640d72929d67a516cc870986bd27ed0408eb684d.tar.gz advtrains-640d72929d67a516cc870986bd27ed0408eb684d.tar.bz2 advtrains-640d72929d67a516cc870986bd27ed0408eb684d.zip |
Remove pre_occupy (not used); put detailed luacov info in artifacts
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,10 @@ packages: sources : - https://git.sr.ht/~gpcf/advtrains +artifacts: +- advtrains.luacov.report.out +- advtrains_interlocking.luacov.report.out + tasks: - install_mineunit : | @@ -21,4 +25,5 @@ tasks: ~/.luarocks/bin/mineunit -c ~/.luarocks/bin/mineunit -r sed -n '/^File/,$p' luacov.report.out + mv luacov.report.out ~/$i.luacov.report.out done |