Searched refs:artifacts (Results 1 – 14 of 14) sorted by relevance
1 # Build scripts that publish pre-compiled protoc artifacts36 ## To install artifacts locally63 ## To push artifacts to Maven Central64 Before you can upload artifacts to Maven Central repository, make sure you have81 Use the following command to deploy artifacts for the host platform to a92 have found in the first deployment so that all artifacts go to the same106 After uploading protoc artifacts to Maven Central repository, run the121 Before running the script, make sure the artifacts are accessible from:131 $ docker build -t protoc-artifacts .136 $ docker run -it --rm=true protoc-artifacts[all …]
61 // upload anchor for subprojects to upload their artifacts65 description 'Builds distribution artifacts.'73 logger.warn "Compressed maven artifacts to ${archivePath}"
149 std::vector<ConfiguredArtifact> artifacts; member174 std::sort(artifacts.begin(), artifacts.end(), *this); in SortArtifacts()
462 for (const ConfiguredArtifact& artifact : config.artifacts) { in Parse()516 config->artifacts.push_back(artifact); in ArtifactTagHandler()
1 import org.gradle.api.artifacts.Dependency;
1 # When /data is available, look for A/B artifacts for the current slot and move them
94 # Cocoapods artifacts
13 # * protoc-artifacts/pom.xml
45 `javalite` branch. Both lite runtime and protoc artifacts will be available
72 artifacts.add("archives", sourceJar)
45 `TransitionResult` contains paths to test artifacts such as Winscope traces and screen recordings.106 Monitors capture test artifacts for each transition run. They are started before each iteration of …
48 The above instructions will install 3 maven artifacts:
315 config_.artifacts.push_back(std::move(artifact)); in AddArtifact()