Centralize and improve checks when building samples #143

Merged
MartinFouilleul merged 3 commits from clang-checks into main 2023-09-25 11:31:33 +00:00
Owner

Checks for clang, wasm-ld, and the orca tool itself have been added to a central python script that runs when compiling samples. The samples now contain a simple call to that Python script. If the script cannot be found, a simple warning is printed indicating that the check can be deleted - this prevents things from exploding if someone copies the sample build script to their own project.

I also added a check for the Xcode command-line tools while I was in here. Closes #116.

Checks for clang, wasm-ld, and the orca tool itself have been added to a central python script that runs when compiling samples. The samples now contain a simple call to that Python script. If the script cannot be found, a simple warning is printed indicating that the check can be deleted - this prevents things from exploding if someone copies the sample build script to their own project. I also added a check for the Xcode command-line tools while I was in here. Closes #116.
bvisness changed title from Centralize and improve checks when building samples to WIP: Centralize and improve checks when building samples 2023-09-23 22:10:52 +00:00
bvisness changed title from WIP: Centralize and improve checks when building samples to Centralize and improve checks when building samples 2023-09-23 22:16:25 +00:00
MartinFouilleul force-pushed clang-checks from 4bc01ead8d to 4f0738fe64 2023-09-25 11:28:54 +00:00 Compare
MartinFouilleul merged commit 4f0738fe64 into main 2023-09-25 11:31:32 +00:00
MartinFouilleul deleted branch clang-checks 2023-09-25 11:31:33 +00:00
Sign in to join this conversation.
No reviewers
No Label
macOS
windows
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: hmn/orca#143
No description provided.