Skip to content

Commit

Permalink
Skip tests on mobile, duh
Browse files Browse the repository at this point in the history
  • Loading branch information
strseb committed Apr 10, 2024
1 parent af7f073 commit 6d32c4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/cmake/utilities.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,10 @@ function(mz_add_library)
endfunction()

function(mz_add_test_target)
if(CMAKE_CROSSCOMPILING)
# We're currently not supporting that.
return()
endif()
cmake_parse_arguments(
MZ_ADD_TEST # prefix
"" # options
Expand Down

1 comment on commit 6d32c4c

@firefoxci-taskcluster
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh oh! Looks like an error! Details

HttpError: Server Error

Please sign in to comment.