1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore(CI): Enable tests in macOS CI build

This commit is contained in:
Anthony Bilinski 2022-03-03 03:50:43 -08:00
parent 3170dd8d62
commit 4fcc2251f4
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -27,6 +27,8 @@ build_qtox() {
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_PREFIX_PATH="$(brew --prefix qt5)" .
make -j$(sysctl -n hw.ncpu)
export CTEST_OUTPUT_ON_FAILURE=1
make test
make install
}