Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rectalogic committed Mar 22, 2024
1 parent 016b55e commit b6964ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builders/Linux/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ MEDIAFX_BUILD=${BUILD_ROOT}/${BUILD_TYPE}
mkdir -p "${MEDIAFX_BUILD}"
cmake -S "${SOURCE_ROOT}" -B "$MEDIAFX_BUILD" -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_BUILD_TYPE=${BUILD_TYPE} --install-prefix ${QTDIR} || exit 1
# Generate *.moc include files for tests
cmake --build "${MEDIAFX_BUILD}" tst_encoder_autogen/fast tst_decoder_autogen/fast tst_interval_autogen/fast || exit 1
cmake --build "${MEDIAFX_BUILD}" --target tst_encoder_autogen/fast tst_decoder_autogen/fast tst_interval_autogen/fast || exit 1

cd /mediafx
git config --global --add safe.directory /mediafx
Expand Down

0 comments on commit b6964ea

Please sign in to comment.