Skip to content

Commit b7d3618

Browse files
committed
removed macOS support; updated release pipeline
1 parent a883b2c commit b7d3618

File tree

2 files changed

+124
-329
lines changed

2 files changed

+124
-329
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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:
@@ -56,25 +56,3 @@ jobs:
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 .

0 commit comments

Comments
 (0)