diff options
Diffstat (limited to 'platform/macos/bitrise.yml')
-rw-r--r-- | platform/macos/bitrise.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/platform/macos/bitrise.yml b/platform/macos/bitrise.yml index f1226f8842..6d51b4878e 100644 --- a/platform/macos/bitrise.yml +++ b/platform/macos/bitrise.yml @@ -43,6 +43,16 @@ workflows: make xproj - is_debug: 'yes' - script: + title: Build Benchmark Tests + run_if: '{{enveq "SKIPCI" "false"}}' + inputs: + - content: |- + #!/bin/bash + set -eu -o pipefail + export BUILDTYPE=Debug + make benchmark + - is_debug: 'yes' + - script: title: Run Core Tests run_if: '{{enveq "SKIPCI" "false"}}' inputs: |