[PR #152] [MERGED] add pre-build script for building barrier on windows from SSH #1569

Closed
opened 2026-05-05 07:56:36 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/debauchee/barrier/pull/152
Author: @AdrianKoshka
Created: 10/13/2018
Status: Merged
Merged: 10/13/2018
Merged by: @AdrianKoshka

Base: masterHead: master


📝 Commits (1)

  • 97cdde9 [build scripts] add pre-build script for building barrier on windows from SSH

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

pre-build.bat (+1 -0)

📄 Description

I build barrier on windows from SSH, as such, I need a way to invoke the "Developer Command Prompt for VS 2017" without a GUI. This simple one-line batch script gets the job done. I thought it might be handy to upstream it.

process I use to build on windows:

$ ssh owner@10.0.0.209
owner@DESKTOP-C2IV8E5 C:\Users\Owner> cd Documents\GitHub\barrier\
owner@DESKTOP-C2IV8E5 C:\Users\Owner\Documents\GitHub\barrier> pre-build.bat
owner@DESKTOP-C2IV8E5 C:\Users\Owner\Documents\GitHub\barrier> clean_build.bat

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/debauchee/barrier/pull/152 **Author:** [@AdrianKoshka](https://github.com/AdrianKoshka) **Created:** 10/13/2018 **Status:** ✅ Merged **Merged:** 10/13/2018 **Merged by:** [@AdrianKoshka](https://github.com/AdrianKoshka) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`97cdde9`](https://github.com/debauchee/barrier/commit/97cdde9bd8895ffa095a1940282090a843ab035c) [build scripts] add pre-build script for building barrier on windows from SSH ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `pre-build.bat` (+1 -0) </details> ### 📄 Description I build barrier on windows from SSH, as such, I need a way to invoke the "Developer Command Prompt for VS 2017" without a GUI. This simple one-line batch script gets the job done. I thought it might be handy to upstream it. process I use to build on windows: ```shell $ ssh owner@10.0.0.209 owner@DESKTOP-C2IV8E5 C:\Users\Owner> cd Documents\GitHub\barrier\ owner@DESKTOP-C2IV8E5 C:\Users\Owner\Documents\GitHub\barrier> pre-build.bat owner@DESKTOP-C2IV8E5 C:\Users\Owner\Documents\GitHub\barrier> clean_build.bat ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 07:56:36 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/barrier#1569
No description provided.