更新 .drone.yml

Adjust the path of cmake and make.
This commit is contained in:
jessequ 2025-08-27 11:00:05 +08:00
parent 2ffce46245
commit 15b99ff02d
1 changed files with 2 additions and 2 deletions

View File

@ -16,5 +16,5 @@ steps:
commands: commands:
- mkdir -p build/debug - mkdir -p build/debug
- cd build/debug - cd build/debug
- cmake -S ../.. -DCMAKE_BUILD_TYPE:STRING=Debug -DCMAKE_PREFIX_PATH:PATH=/home/jessequ/Qt/6.7.2/gcc_64 - /home/jessequ/Qt/Tools/CMake/bin/cmake -S ../.. -DCMAKE_BUILD_TYPE:STRING=Debug -DCMAKE_PREFIX_PATH:PATH=/home/jessequ/Qt/6.7.2/gcc_64
- make - /usr/bin/make