Cross-Build Container for Windows on Debian
Go to file
Daniel Wolf 364098b4f3
Build Container Image / build_msvc_amd64 (push) Successful in 56s Details
Build Container Image / build_msvc_i386 (push) Successful in 46s Details
Build Container Image / build_mingw_amd64 (push) Successful in 46s Details
Build Container Image / build_mingw_i386 (push) Successful in 46s Details
Build Container Image / push_mingw_amd64 (push) Successful in 2m34s Details
Build Container Image / push_mingw_i386 (push) Successful in 2m25s Details
Build Container Image / build_msvc_arm64 (push) Failing after 33m5s Details
Build Container Image / build_msvc (push) Has been skipped Details
Build Container Image / build_mingw_arm64 (push) Successful in 47s Details
Build Container Image / build_mingw (push) Successful in 1m5s Details
Build Container Image / push_mingw_arm64 (push) Successful in 1m32s Details
Build Container Image / push_mingw (push) Successful in 1m23s Details
Build Container Image / update_readme (push) Successful in 13s Details
fix: switch back to mstorsjo llvm-mingw
2024-03-27 17:57:34 -04:00
.gitea/workflows ci: use msvc cache in mingw build 2024-03-27 16:45:16 -04:00
.reuse add reuse copyright information 2023-10-24 12:20:53 -04:00
LICENSES add reuse copyright information 2023-10-24 12:20:53 -04:00
override bring msvc toolchains in line with others 2023-11-05 11:09:57 -05:00
.dockerignore update *ignore files 2023-10-23 15:44:55 -04:00
Dockerfile fix: switch back to mstorsjo llvm-mingw 2024-03-27 17:57:34 -04:00
LICENSE.md update license #noci 2024-03-09 09:34:35 -05:00
README.md refactor: rewrite ci workflows 2024-03-27 16:33:34 -04:00

README.md

Git | Docker

NXBuilder

This docker image contains the C/C++ build environment I use for projects. It is intended to be used by a CI/CD service to perform builds and not kept running beyond that. It can also be used as a quick "cleanroom" to test builds in.

Base OS:

Compilers

Cross-Compilers

Other Tools

You can spin up a quick temporary test container like this:

docker run --rm -ti nephatrine/nxb-cross-windows:latest /bin/bash