Pārlūkot izejas kodu

Initialize submodules for Scrutinizer as well

Scrutinizer otherwise complains about the fact that some classes are undefined etc.

Let's see whether that works :smile:
Lukas Reschke 8 gadi atpakaļ
vecāks
revīzija
81cda800be
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      .scrutinizer.yml

+ 3 - 0
.scrutinizer.yml

@@ -1,3 +1,6 @@
+before_commands:
+  - 'git submodule update --init --recursive'
+
 filter:
     excluded_paths:
         - '3rdparty/*'