forked from oneapi-src/oneAPI-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Jimmy Wei edited this page Mar 11, 2023
·
8 revisions
os
is a required array field that specifies which operating systems the sample can be built and run. Supported array elements are:
- linux
- windows
- darwin
Note: "darwin" should be used if your sample can be built and run under macOS. The os field in your sample.json file should have a format similar to the following:
"os": ["linux", "windows", "darwin"]