x-tools/scripts/ci-build-ubuntu-20.04.sh
2025-04-25 19:08:56 +08:00

5 lines
261 B
Bash

# The workspace is the root of the repository
# The script is run from the root of the repository
cmake -DCMAKE_PREFIX_PATH='/opt/qt/6.8.3/gcc_64' -DCMAKE_BUILD_TYPE:STRING=Release -G "Ninja"
cmake --build . --target xTools
cmake --build . --target xTools_linux