-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update install cygwin build environment (#889)
* update install cygwin build environment * update windows-cygwin.yml * add runner-images.md * runner-images.md
- Loading branch information
1 parent
59f778a
commit d2c7a36
Showing
5 changed files
with
55 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[runner-images](https://github.com/actions/runner-images/tree/main/images) | ||
|
||
[available-images](https://github.com/actions/runner-images?tab=readme-ov-file#available-images) | ||
|
||
[choosing-github-hosted-runners](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#choosing-github-hosted-runners) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
@echo off | ||
:: cygwin site: https://cygwin.com/ | ||
start https://cygwin.com/setup-x86_64.exe | ||
:: start https://cygwin.com/setup-x86_64.exe | ||
|
||
setlocal | ||
|
||
|
||
echo %~dp0 | ||
cd /d %~dp0 | ||
cd /d ..\..\..\ | ||
|
||
set "__PROJECT__=%cd%" | ||
echo %cd% | ||
|
||
md %__PROJECT__%\var\windows-cygwin-build-deps\ | ||
|
||
cd /d %__PROJECT__%\var\windows-cygwin-build-deps\ | ||
|
||
curl.exe -fSLo setup-x86_64.exe https://cygwin.com/setup-x86_64.exe | ||
|
||
copy .\setup-x86_64.exe %__PROJECT__%\ | ||
|
||
endlocal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters