mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
windows: pull python/rust for the moment
This commit is contained in:
parent
a523973125
commit
3cd0b22026
30
.github/workflows/windows_test.yml
vendored
30
.github/workflows/windows_test.yml
vendored
@ -76,19 +76,19 @@ jobs:
|
||||
cd build
|
||||
make install
|
||||
|
||||
- name: python wrappers
|
||||
run: |
|
||||
python3 -m pip install --upgrade pip
|
||||
pip install pypandoc
|
||||
cd cffi
|
||||
python3 setup.py sdist build
|
||||
python3 setup.py install
|
||||
notcurses-pydemo > /dev/null
|
||||
ncdirect-pydemo > /dev/null
|
||||
#- name: python wrappers
|
||||
#run: |
|
||||
#python3 -m pip install --upgrade pip
|
||||
#pip install pypandoc
|
||||
#cd cffi
|
||||
#python3 setup.py sdist build
|
||||
#python3 setup.py install
|
||||
#notcurses-pydemo > /dev/null
|
||||
#ncdirect-pydemo > /dev/null
|
||||
|
||||
- name: rust wrappers
|
||||
run: |
|
||||
cd rust
|
||||
rustc --version
|
||||
cargo build
|
||||
cargo t_all
|
||||
#- name: rust wrappers
|
||||
#run: |
|
||||
#cd rust
|
||||
#rustc --version
|
||||
#cargo build
|
||||
#cargo t_all
|
||||
|
Loading…
x
Reference in New Issue
Block a user