Browse Source

running make

logicp 5 years ago
parent
commit
e84c6dadae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

@@ -8,7 +8,7 @@ jobs:
       - run:
           name: compile
           command: |
-            qmake ky_gui.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug
+            qmake ky_gui.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug && make -j8
       - store_artifacts:
           path: ky_gui
           destination: ky_gui