Skip to content

Add install.bat generator script and CI job - #11

Merged
inventor02 merged 4 commits into
mainfrom
cer2026/released-install-script
Aug 5, 2026
Merged

Add install.bat generator script and CI job#11
inventor02 merged 4 commits into
mainfrom
cer2026/released-install-script

Conversation

@inventor02

@inventor02 inventor02 commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

This adds a job that generates an install.bat for the associated simulator archive.

Theoretically then, we can just link to .../releases/latest/download/install.bat from the docs (assuming we upload the artifact to the release).

As an example

:: sbot_simulator install script
:: This script has been generated for sbot_simulator version 2025.1.3-11-g2d64f68.

wget https://github.com/sourcebots/sbot_simulator/releases/download/2025.1.3-11-g2d64f68/sbot-simulator-2025.1.3-11-g2d64f68.zip
unzip -d sbot-simulator-2025.1.3-11-g2d64f68/ sbot-simulator-2025.1.3-11-g2d64f68.zip
cd sbot-simulator-2025.1.3-11-g2d64f68/
C:\Apps\Python315\python.exe scripts/setup.py

@inventor02
inventor02 force-pushed the cer2026/released-install-script branch from 71af88c to 16b8ce5 Compare August 5, 2026 20:47
@inventor02
inventor02 requested a review from WillB97 August 5, 2026 20:49
Comment thread .github/workflows/check.yml Outdated
@inventor02
inventor02 force-pushed the cer2026/released-install-script branch from 4dcdb6d to 5dfd3d3 Compare August 5, 2026 21:07
@inventor02
inventor02 merged commit 5dfd3d3 into main Aug 5, 2026
11 checks passed
@inventor02
inventor02 deleted the cer2026/released-install-script branch August 5, 2026 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants