swiftlang / swift-docc-plugin

Swift Package Manager command plugin for Swift-DocC
https://swiftpackageindex.com/swiftlang/swift-docc-plugin/documentation/swiftdoccplugin
Apache License 2.0
322 stars 53 forks source link

Added the option to skip building the upstream while running the test… #25

Closed A-N-uraag closed 2 years ago

A-N-uraag commented 2 years ago

… script using an environment variable SWIFT_SKIP_BUILDING_UPSTREAM_DOCC

Bug/issue #, if applicable: Solves #22

Summary

Provides an option to skip cloning and building upstream docc and docc_render_artifact

Dependencies

None

Testing

Run the test with SWIFT_SKIP_BUILDING_UPSTREAM_DOCC set to true.

Checklist

Make sure you check off the following items. If they cannot be completed, provide a reason.

bitjammer commented 2 years ago

@swift-ci Please test