File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 osx_image : xcode10
2525 script :
2626 # On macOS swift test (i.e. XCTest) outputs to stderr so we need to redirect pipes.
27- - swift test -c release -Xswiftc -enable-testing - -filter BitByteDataBenchmarks 2>&1 | ./ppbenchmarks.py
27+ - swift test -c release --filter BitByteDataBenchmarks 2>&1 | ./ppbenchmarks.py
2828 - stage : benchmark
2929 if : NOT (tag IS present)
3030 language : generic
3434 - eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)"
3535 script :
3636 # On Linux swift test outputs to stdout so we don't need to do anything.
37- - swift test -c release -Xswiftc -enable-testing - -filter BitByteDataBenchmarks | ./ppbenchmarks.py
37+ - swift test -c release --filter BitByteDataBenchmarks | ./ppbenchmarks.py
3838 - stage : deploy
3939 if : tag IS present
4040 language : generic
You can’t perform that action at this time.
0 commit comments