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 7901539 commit 90ac09eCopy full SHA for 90ac09e
.ci/scripts/unittest-macos-buck2.sh
@@ -0,0 +1,9 @@
1
+#!/usr/bin/env bash
2
+# Copyright (c) Meta Platforms, Inc. and affiliates.
3
+# All rights reserved.
4
+#
5
+# This source code is licensed under the BSD-style license found in the
6
+# LICENSE file in the root directory of this source tree.
7
+set -eux
8
+
9
+buck2 test //extension/apple:ExecuTorch
.ci/scripts/unittest-macos.sh
@@ -35,6 +35,7 @@ if [[ "$BUILD_TOOL" == "cmake" ]]; then
35
.ci/scripts/unittest-macos-cmake.sh
36
elif [[ "$BUILD_TOOL" == "buck2" ]]; then
37
.ci/scripts/unittest-buck2.sh
38
+ .ci/scripts/unittest-macos-buck2.sh
39
else
40
echo "Unknown build tool $BUILD_TOOL"
41
exit 1
0 commit comments