diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-05-17 08:50:07 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-05-17 10:25:05 +0200 |
commit | 4ac26772681d74be2cbbf9376a02ebc395257c86 (patch) | |
tree | 16a140c9c245fbe1204c147ee6a6705dcb60601e /minici.yaml | |
parent | c7930f132d1fff4fba0f8fbee6aa0edb38c40269 (diff) |
Initial test scripts and configuration
Diffstat (limited to 'minici.yaml')
-rw-r--r-- | minici.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/minici.yaml b/minici.yaml index a3f87f5..d08160d 100644 --- a/minici.yaml +++ b/minici.yaml @@ -1,3 +1,13 @@ job build: shell: - cabal build -fci + - mkdir build + - cp $(cabal list-bin minici) build/minici + artifact bin: + path: build/minici + +job test: + uses: + - build.bin + shell: + - EREBOS_TEST_TOOL='build/minici --test-output' erebos-tester --verbose |