aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorY. Wang <yw05@forksworld.de>2022-11-19 11:19:17 +0100
committerY. Wang <yw05@forksworld.de>2023-03-23 20:06:02 +0100
commit640d72929d67a516cc870986bd27ed0408eb684d (patch)
tree4cf214846ab2ef62d3c5e8b4dc637432481feebd /.build.yml
parent778c9096ae7e027feae7f72b980cc583b9ec48b2 (diff)
downloadadvtrains-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.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
index 8ea9c21..54768a9 100644
--- a/.build.yml
+++ b/.build.yml
@@ -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