diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2024-06-02 21:10:19 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2024-06-07 22:20:35 +0200 |
commit | d6b5ff12ecf58b4ab502be96ebbc7d74b33c0692 (patch) | |
tree | af9546fd7b11b36ae820dccc6b28548a82aade6d /minici.yaml | |
parent | ba789c3413ac996cb65314cb5ac9f77bd9617ff9 (diff) |
MiniCI configuration and cabal flag
Diffstat (limited to 'minici.yaml')
-rw-r--r-- | minici.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/minici.yaml b/minici.yaml new file mode 100644 index 0000000..a3f87f5 --- /dev/null +++ b/minici.yaml @@ -0,0 +1,3 @@ +job build: + shell: + - cabal build -fci |