summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.drone.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index 8c4adb0..3c103a9 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -8,8 +8,8 @@ pipeline:
image: haskell:${GHC_VERSION}
commands:
- apt-get update
- - apt-get install -y xorg-dev
- - apt-get install -y libasound2-dev libxpm-dev libmpd-dev libxrandr-dev
+ - apt-get install -y xorg-dev libxrandr-dev libpango1.0-dev
+ - apt-get install -y libasound2-dev libxpm-dev libmpd-dev
- apt-get install -y hspec-discover hlint
- hlint src
@@ -17,3 +17,6 @@ pipeline:
- 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