mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-26 03:08:55 -06:00
try compiling with wheel
This commit is contained in:
14
.github/workflows/build-majestic.yml
vendored
14
.github/workflows/build-majestic.yml
vendored
@@ -193,11 +193,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
|
|
||||||
- name: Install bindings
|
- name: Install cibuildwheel
|
||||||
working-directory: ./src/runtime/python
|
|
||||||
run: |
|
run: |
|
||||||
python3 setup.py build
|
python -m pip install git+https://github.com/joerick/cibuildwheel.git@main
|
||||||
sudo python3 setup.py install
|
|
||||||
|
- name: Install bindings
|
||||||
|
run: |
|
||||||
|
python -m cibuildwheel src/runtime/python --output-dir wheelhouse
|
||||||
|
|
||||||
- name: Run testsuite
|
- name: Run testsuite
|
||||||
working-directory: ./src/runtime/python
|
working-directory: ./src/runtime/python
|
||||||
@@ -205,6 +207,10 @@ jobs:
|
|||||||
pip3 install pytest
|
pip3 install pytest
|
||||||
pytest
|
pytest
|
||||||
|
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
path: ./wheelhouse
|
||||||
|
|
||||||
# macos-javascript:
|
# macos-javascript:
|
||||||
# name: JavaScript (macOS)
|
# name: JavaScript (macOS)
|
||||||
# runs-on: macOS-11
|
# runs-on: macOS-11
|
||||||
|
|||||||
Reference in New Issue
Block a user