diff options
author | jao <jao@gnu.org> | 2022-09-19 01:36:14 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-09-19 01:36:14 +0100 |
commit | 44e407836e1437bd1f78edc4980eeb9fe42399b6 (patch) | |
tree | 27b3338391ac1f3164c6998d10c7c577be91813f /.drone.yml | |
parent | e8a8591201ce5d103e026b65430862e24b3b73be (diff) | |
download | xmobar-44e407836e1437bd1f78edc4980eeb9fe42399b6.tar.gz xmobar-44e407836e1437bd1f78edc4980eeb9fe42399b6.tar.bz2 |
cairo: non-cairo is not an option
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -15,8 +15,5 @@ pipeline: - hlint src - cabal update - - cabal build --enable-tests -fall_extensions - cabal test --enable-tests -fall_extensions - - - cabal test --enable-tests -fall_extensions -f-with_cairo - cabal test --enable-tests -fall_extensions -f-with_xrender |