diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2024-04-26 22:38:52 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2024-05-14 21:19:18 +0200 |
commit | bb46558401a50509936889d19de5144d0307e165 (patch) | |
tree | 24f1e559873162386caec268c52ce46c4bd4ac11 /minici.yaml | |
parent | 0293f31cb8b96a9b705f7cbba3bd26b58f2e89e2 (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 |