We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f6a9e commit 4ad48f9Copy full SHA for 4ad48f9
1 file changed
ci/ci-macos.sh
@@ -3,8 +3,9 @@ QT=~/Qt/6.7.2/macos
3
mkdir _bin
4
5
pushd filetype
6
-mkdir -fr build
+rm -fr build
7
mkdir build
8
+cd build
9
${QT}/bin/qmake "CONFIG+=release" ../libfiletype.pro
10
make -j4
11
popd
0 commit comments