Skip to content

Conversation

@stephenegriffin
Copy link
Member

This pull request improves the build process for the MAPI Stub Library by adding support for building all target architectures at once, updating build scripts for reliability, and clarifying the build output directory structure in the documentation.

Build process improvements:

  • Added a new build:all script to package.json that builds the library for x64, x86, and arm64 architectures in one command.
  • Updated individual architecture build scripts (build:x64, build:x86, build:arm64) to run node-gyp configure before node-gyp build for more reliable builds.

Documentation updates:

  • Updated docs/Building.md to include instructions for the new build:all command.
  • Clarified the output directory structure in docs/Building.md, specifying that built libraries are placed in architecture-specific directories.

@github-actions
Copy link

github-actions bot commented Oct 2, 2025

Test Results

0 tests  ±0   0 ✅ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ❌ ±0 

Results for commit 3f44e3c. ± Comparison against base commit de173c6.

@stephenegriffin stephenegriffin merged commit 657a628 into main Oct 2, 2025
17 checks passed
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.

3 participants