File tree Expand file tree Collapse file tree 2 files changed +124
-329
lines changed Expand file tree Collapse file tree 2 files changed +124
-329
lines changed Original file line number Diff line number Diff line change 2121 - name : Install dependencies
2222 run : |
2323 pip install build
24- - name : build
24+ - name : Build
2525 run : |
2626 python -m build -w .
2727 ubuntu :
5656 - name : Build
5757 run : |
5858 python3 -m build -w .
59- macos :
60- runs-on : macos-latest
61- steps :
62- - uses : actions/checkout@v2
63- with :
64- submodules : recursive
65- - uses : actions/setup-python@v2
66- with :
67- python-version : " 3.8"
68- architecture : x64
69- - name : Install dependencies
70- run : |
71- brew install swig
72- pip install build
73- - name : Install Vulkan SDK
74- run : |
75- wget -O install_vulkan_sdk.sh https://raw.githubusercontent.com/technoir42/setup-vulkan-sdk/macos-support/install_vulkan_sdk.sh
76- bash install_vulkan_sdk.sh
77- - name : Build package
78- run : |
79- export CMAKE_ARGS='-DVulkan_INCLUDE_DIR=./VULKAN_SDK/include -DVulkan_LIBRARY=./VULKAN_SDK/lib/libvulkan.so'
80- python -m build -w .
You can’t perform that action at this time.
0 commit comments