https://github.com/doxense/foundationdb-windows-build
FoundationDB Windows build image
https://github.com/doxense/foundationdb-windows-build
Last synced: 2 months ago
JSON representation
FoundationDB Windows build image
- Host: GitHub
- URL: https://github.com/doxense/foundationdb-windows-build
- Owner: Doxense
- Created: 2021-02-04T20:30:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T09:04:48.000Z (12 months ago)
- Last Synced: 2025-06-03T05:12:44.313Z (4 months ago)
- Language: PowerShell
- Size: 49.8 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FoundationDB Windows Build
This repo contains the GitHub Actions workflows necessary to build FoundationDB on Windows:
- **Windows Release Build**: is used to build a specific branch or commit, and produce the binary artefacts (MSI, tools, ...).
- **Windows Docker Build Image**: is used to generate the docker build image that is use by the previous step. This image includes all the tools and compilers necessary to _build_ the FoundationDB code source. Whenever the build environment changes, this build will be generated and pushed to the [doxense/foundationdb-windows-build](https://hub.docker.com/r/doxense/foundationdb-windows-build/tags?page=1&ordering=last_updated) repository.