Lines Matching full:artifacts
1 # Build scripts that publish pre-compiled protoc artifacts
16 * [pom.xml](pom.xml): script to upload artifacts to maven.
17 * [build-zip.sh](build-zip.sh): script to package published maven artifacts in
21 The published protoc artifacts are available on Maven here:
33 Note that artifacts for linux/macos also have the `.exe` suffix but they are
57 Run the build-protoc.sh script under this protoc-artifacts directory to build the protoc
61 $ cd protoc-artifacts
66 protoc-artifacts directory.
69 script. We only use this script to build artifacts on Ubuntu and MacOS (both
80 $ docker build -t protoc-artifacts .
86 $ docker run -it --rm=true protoc-artifacts bash
97 We no longer use scripts in this directory to build windows artifacts. Instead,
98 we use Visual Studio 2015 to build our windows release artifacts. See our
101 To upload windows artifacts, copy the built binaries into this directory and
103 artifacts for other platforms. That will allow the maven script to find and
104 upload the artifacts to maven.
106 ## To push artifacts to Maven Central
107 Before you can upload artifacts to Maven Central repository, make sure you have
111 Before you do the deployment, make sure you have built the protoc artifacts for
139 You will need to build the artifacts on multiple machines and gather them
142 Use the following command to deploy artifacts for the host platform to a
156 We have successfully built artifacts on the following environments: