mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-24 18:28:55 -06:00
Try build Python bindings not using msys2
This commit is contained in:
4
.github/workflows/build-windows-package.yml
vendored
4
.github/workflows/build-windows-package.yml
vendored
@@ -64,13 +64,13 @@ jobs:
|
|||||||
cp jpgf.jar /c/tmp-dist
|
cp jpgf.jar /c/tmp-dist
|
||||||
|
|
||||||
- name: Build Python bindings
|
- name: Build Python bindings
|
||||||
shell: msys2 {0}
|
# shell: msys2 {0}
|
||||||
run: |
|
run: |
|
||||||
cd src/runtime/python
|
cd src/runtime/python
|
||||||
pip install python-dev-tools
|
pip install python-dev-tools
|
||||||
python setup.py build
|
python setup.py build
|
||||||
python setup.py install
|
python setup.py install
|
||||||
cp build/*/pgf.so /c/tmp-dist
|
# cp build/*/pgf.so /c/tmp-dist
|
||||||
|
|
||||||
- name: Build GF
|
- name: Build GF
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user