ソースを参照

not using absolute paths

logicp 5 年 前
コミット
33d961af2b
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

@@ -8,7 +8,7 @@ jobs:
       - run:
           name: compile
           command: |
-            /opt/qt/5.13.2/gcc_64/bin/qmake /data/c/ky_gui/ky_gui.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug && /usr/bin/make qmake_all
+            qmake ky_gui.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug && make qmake_all
       - store_artifacts:
           path: ky_gui
           destination: ky_gui