Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Tool for remote builds. Sync project to remote machine, execute command, sync back.

License

NotificationsYou must be signed in to change notification settings

buildfoundation/mainframer

Repository files navigation

A tool that executes a command on a remote machine while syncing files back and forth.The process is known as remote execution (in general) and remote build (in particular cases).

Mainframer helps to move heavy operations (like compiling the source code)from a personal computer to a dedicated machine. This way you, as a developer,can use your machine for changing the source code or browsing the documentationwithout constant freezes and hearing jet engine-like sounds caused by the build process.The execution itself is not limited and can be applied to actionslike encoding audio and video, batch processing and more.

It works via pushing files to the remote machine, executing the command thereand pulling results to the local machine.

$mainframer ./gradlew buildSync local → remote machine...:buildBUILD SUCCESSFULSync remote → local machine...$java -jar build/libs/sample.jarThis program was built on a remote machine!

State of the Project

Documentation

Getting Started

Configuration

Integrations

Transfer Notice

In October 2018, Mainframer was transferred fromgithub/gojuno togithub/buildfoundation.It was a friendly agreement between Juno Inc. and Build Foundation afterthe core developer of the project@artem-zinnatullin left the company.

The motivation for the transfer is to have a neutral space for the future work on the project.

License

Copyright 2018 Mainframer Maintainers.Licensed under the Apache License, Version 2.0 (the "License");you may not use this file except in compliance with the License.You may obtain a copy of the License at   http://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions andlimitations under the License.

About

Tool for remote builds. Sync project to remote machine, execute command, sync back.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors15


[8]ページ先頭

©2009-2025 Movatter.jp