From 5980affb61e78c97abe73e898b8198468da279f6 Mon Sep 17 00:00:00 2001
From: Eric Timmons <etimmons@mit.edu>
Date: Tue, 8 Feb 2022 14:58:09 -0500
Subject: [PATCH] Test against Allegro

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cacaee2..d268461 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,6 +11,8 @@ variables:
   # Neither of these have package local nickname support.
   CLCI_TEST_CLISP: "no"
   CLCI_TEST_CMUCL: "no"
+  CLCI_TEST_ALLEGRO: "yes"
+  I_AGREE_TO_ALLEGRO_EXPRESS_LICENSE: "yes"
 
 # This section is not strictly required, but prevents Gitlab CI from launching
 # multiple redundent pipelines when a Merge Request is opened.
-- 
GitLab