File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 2929 uses : examples_matrix.yml
3030 with :
3131 name : " Integration tests"
32- matrix_linux_command : " pushd Examples/$EXAMPLE && LAMBDA_USE_LOCAL_DEPS=../.. swift build && popd "
32+ matrix_linux_command : " LAMBDA_USE_LOCAL_DEPS=../.. swift build"
3333
3434 swift-6-language-mode :
3535 name : Swift 6 Language Mode
Original file line number Diff line number Diff line change 1313# #
1414# #===----------------------------------------------------------------------===##
1515
16- # set +x -e
17-
18- # for EXAMPLE in $(find Examples -type d -d 1);
19- # do
20- # echo "Building $EXAMPLE"
21- # pushd $EXAMPLE
22- # LAMBDA_USE_LOCAL_DEPS=../.. swift build
23- # popd
24- # done
25-
2616set -euo pipefail
2717
2818log () { printf -- " ** %s\n" " $* " >&2 ; }
@@ -38,6 +28,8 @@ command_nightly_6_0="$COMMAND_OVERRIDE_NIGHTLY_6_0"
3828command_nightly_main=" $COMMAND_OVERRIDE_NIGHTLY_MAIN "
3929example=" $EXAMPLE "
4030
31+ pushd Examples/" $example " > /dev/null
32+
4133if [[ " $swift_version " == " nightly-6.0" ]] && [[ -n " $command_nightly_6_0 " ]]; then
4234 log " Running nightly 6.0 command override"
4335 eval " $command_nightly_6_0 "
4840 log " Running default command"
4941 eval " $command "
5042fi
43+
44+ popd
You can’t perform that action at this time.
0 commit comments