forked from PlusToolkit/ndicapi
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #12 remove plat-name flag and many linux
- Loading branch information
1 parent
eb7e749
commit b7d26a2
Showing
1 changed file
with
1 addition
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,7 @@ jobs: | |
cmake -G "Visual Studio 17" -A Win32 -DBUILD_PYTHON:BOOL=ON -DBUILD_SHARED_LIBS:BOOL=ON -Dndicapi_BUILD_APPLICATIONS:BOOL=OFF -DCMAKE_INSTALL_PREFIX=../install .. | ||
cmake --build . | ||
cd ../ | ||
python.exe -m build --plat-name win32 | ||
python.exe -m build | ||
rm -r build | ||
rm -r install | ||
|
@@ -64,12 +64,6 @@ jobs: | |
cd .. | ||
python -m build | ||
- name: build ubuntu manylinux | ||
if: matrix.os == 'ubuntu-latest' | ||
uses: RalfG/[email protected]_x86_64 | ||
with: | ||
python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310' | ||
|
||
- name: build macos | ||
if: matrix.os == 'macos-latest' | ||
run: | | ||
|