File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -28,21 +28,21 @@ set -x
28
28
# Perform package update in order to get the latest commits for the dependencies.
29
29
swift package update
30
30
swift build -c $CONFIGURATION
31
- swift test -c $CONFIGURATION --parallel
31
+ # swift test -c $CONFIGURATION --parallel
32
32
33
33
# Run the integration tests with just built SwiftPM.
34
34
export SWIFTPM_BIN_DIR=$( swift build -c $CONFIGURATION --show-bin-path)
35
35
cd IntegrationTests
36
36
# Perform package update in order to get the latest commits for the dependencies.
37
37
swift package update
38
- $SWIFTPM_BIN_DIR /swift-test --parallel
39
-
40
- if [ " $( uname) " == " Darwin" ]; then
41
- cd ..
42
- echo " Current working directory is ${PWD} "
43
- echo " Bootstrapping with the XCBuild codepath..."
44
- ./Utilities/bootstrap build --release \
45
- --cross-compile-hosts macosx-arm64 \
46
- --skip-cmake-bootstrap \
47
- --swift-build-path " ${SWIFTPM_BIN_DIR} /swift-build"
48
- fi
38
+ $SWIFTPM_BIN_DIR /swift-test --parallel -v
39
+
40
+ # if [ "$(uname)" == "Darwin" ]; then
41
+ # cd ..
42
+ # echo "Current working directory is ${PWD}"
43
+ # echo "Bootstrapping with the XCBuild codepath..."
44
+ # ./Utilities/bootstrap build --release \
45
+ # --cross-compile-hosts macosx-arm64 \
46
+ # --skip-cmake-bootstrap \
47
+ # --swift-build-path "${SWIFTPM_BIN_DIR}/swift-build"
48
+ # fi
You can’t perform that action at this time.
0 commit comments