File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -380,13 +380,9 @@ if [[ $latest != $current || $debug ]]; then
380
380
generate_sources " ../$sources "
381
381
# Create test package using local binaries and make sure it builds
382
382
generate_swift_package " ../$package " " $home /package_template.swift" " ../$distribution " $xcframeworks_repo $distribution
383
- echo " Validating..."
384
- (cd ..; swift package dump-package | read pac)
385
383
(cd ..; swift build) # TODO: create tests and replace this line with `(cd ..; swift test)`
386
384
# Create release package using remote binaries and make sure the Package.swift file is parseable
387
385
generate_swift_package " ../$package " " $home /package_template.swift" " ../$distribution " $xcframeworks_repo ' '
388
- echo " Validating..."
389
- (cd ..; swift package dump-package | read pac)
390
386
)
391
387
392
388
echo " Moving files to repo..." ; cd ..
You can’t perform that action at this time.
0 commit comments