diff --git a/.circleci/config.yml b/.circleci/config.yml
index dff58840b74bf5e6c81c14c05608e719799acad8..6330d86c5a2c4a8470f15bca2c29f9df9fd23dd4 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -12,6 +12,15 @@ jobs:
           CCACHE_COMPRESS: true
           WFLAGS: -Wno-unsuffixed-float-constants
           GCC49: true
+      - image: ubuntu:trusty
+        environment:
+          CC: ccache gcc -m32
+          PKG_CONFIG_LIBDIR: /usr/lib/i386-linux-gnu/pkgconfig
+          LIBGME_CFLAGS: -I/usr/include
+          LIBGME_LDFLAGS: -lgme
+          CCACHE_COMPRESS: true
+          WFLAGS: -Wno-unsuffixed-float-constants
+          GCC48: true
     steps:
       - run:
           name: Add i386 arch