build
Here are 2,092 public repositories matching this topic...
Smart, Fast and Extensible Build System
-
Updated
Jun 7, 2022 - TypeScript
Request to create a syntax highlight package for Atom IDE https://atom.io/
Related to #1203 #359

source: https://insights.stackoverflow.com/survey/2021#most-popular-technologies-new-collab-tools
-
Updated
Jun 5, 2022 - JavaScript
-
Updated
Jun 7, 2022 - C
I'd expect this to embed C:\temp\1.txt into the binlog, but it doesn't:
<Project>
<Target Name="Build">
<MSBuild Projects="$(MSBuildThisFileFullPath)" Targets="GetItems">
<Output TaskParameter="TargetOutputs" ItemName="EmbedInBinlog" />
</MSBuild>
</Target>
<Target Name="GetItems" Returns="@(ResultItem)">
<ItemGroup>
<ResultItem Include="C:\temp\
Monorepo for tools developed by the Rush Stack community
-
Updated
Jun 7, 2022 - TypeScript
Get the rocks out of your socks! Assemble makes you fast at web development! Used by thousands of projects for rapid prototyping, themes, scaffolds, boilerplates, e-books, UI components, API documentation, blogs, building websites/static site generator, an alternative to Jekyll for gh-pages and more! Gulp- and grunt-friendly.
-
Updated
Feb 20, 2022 - CSS
Some of the repos that we import has ".go" in the file path. eg. https://github.com/nats-io/nats.go.
When using packr v2 to build packr parses the folder path as a file and reports error ".../nats.go" is a directory.
The issue is in findAllGoFiles in jam/parser/finder.go
I am happy to raise a PR if you like
Modern, extensible Python project management
-
Updated
Jun 5, 2022 - Python
High-performance extensible build system for reproducible multi-language builds.
-
Updated
Jun 6, 2022 - Go
What version of Garble and Go are you using?
$ garble version v0.4.1-0.20210929123233-e7320ec9c034 $ go version go version go1.17.2 linux/amd64
What environment are you running Garble on?
-
Updated
Mar 8, 2022 - Vim script
Rust task runner and build tool.
-
Updated
Jun 6, 2022 - Rust
A build automation tool written in PowerShell
-
Updated
Apr 14, 2022 - PowerShell
Erlang build tool that makes it easy to compile and test Erlang applications and releases.
-
Updated
Jun 6, 2022 - Erlang
Software build automation tool for Python.
-
Updated
May 30, 2022 - Python
Dune systematically buffers the output of commands so that their output is not mixed up during parallel builds. However, this is not ideal for interactive commands that require direct access to the terminal.
Currently, the only workaround is to run dune with -j 1 --no-buffer which is not ideal since it completely disables parallelism and also require a specific dune invocation.
Another ide
Builder images and examples commonly used for Google Cloud Build
-
Updated
May 25, 2022 - Go
-
Updated
Apr 28, 2022 - JavaScript
-
Updated
May 15, 2022 - TypeScript
Community-contributed images for Google Cloud Build
-
Updated
Jun 2, 2022 - Go
Improve this page
Add a description, image, and links to the build topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the build topic, visit your repo's landing page and select "manage topics."


Description of the feature request:
For better bash-less Windows support,
ctx.actions.run_shellcould addcommand_bat(with the same behavior as genrule'scmd_bat) andcommand_ps(with the same behavior as genrule'scmd_ps).This would, in particular, considerably simplify skylib's Windows support, where currently we are forced to write and execute temporary .bat files on Wind