We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53396db commit e91104eCopy full SHA for e91104e
.github/workflows/ci.yml
@@ -69,11 +69,14 @@ jobs:
69
cmake -S . -B build -DSLEEF_BUILD_QUAD:BOOL=ON -DSLEEF_BUILD_SHARED_LIBS:BOOL=ON -DCMAKE_POSITION_INDEPENDENT_CODE=ON
70
cmake --build build/ --clean-first -j
71
sudo cmake --install build --prefix /usr
72
+ - name: Check Sleef installation
73
+ working-directory: quaddtype
74
+ run: |
75
+ find / -name libsleefquad.3.dylib 2>/dev/null
76
- name: Install quaddtype
77
working-directory: quaddtype
78
run: |
79
python -m pip install . -v --no-build-isolation -Cbuilddir=build -C'compile-args=-v' -Csetup-args="-Dbuildtype=debug"
- find ./dist/*.whl | xargs python -m pip install
80
- name: Run quaddtype tests
81
82
0 commit comments