Fix Dependencies
jdarwood007

jdarwood007 commited on 2019-12-24 16:02:02
Showing 1 changed files, with 7 additions and 0 deletions.

... ...
@@ -182,3 +182,10 @@ build:
182 182
             tests:
183 183
                 override:
184 184
                     - php-scrutinizer-run
185
+            dependencies:
186
+                after:
187
+                    - git clone https://github.com/SimpleMachines/SMF2.1 smf
188
+
189
+filter:
190
+    dependency_paths:
191
+        - smf/
185 192