Selaa lähdekoodia

trying to get it to build with qmake

logicp 5 vuotta sitten
vanhempi
commit
fd063a997c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 && make qmake_all
+            qmake ky_gui.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug
       - store_artifacts:
           path: ky_gui
           destination: ky_gui