mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
reenable python/rust in all workflows
This commit is contained in:
parent
0e9775426e
commit
a82ccb10f5
27
.github/workflows/macos_test.yml
vendored
27
.github/workflows/macos_test.yml
vendored
@ -62,18 +62,17 @@ jobs:
|
||||
notcurses-pydemo > /dev/null
|
||||
ncdirect-pydemo > /dev/null
|
||||
|
||||
# temporarily disabled while failing
|
||||
# - name: python wrappers (new)
|
||||
#run: |
|
||||
#cd python
|
||||
#python3 setup.py build
|
||||
#sudo python3 setup.py install
|
||||
#python3 examples/000-print-version.py
|
||||
- name: python wrappers (new)
|
||||
run: |
|
||||
cd python
|
||||
python3 setup.py build
|
||||
sudo python3 setup.py install
|
||||
python3 examples/000-print-version.py
|
||||
|
||||
#- name: rust wrappers
|
||||
#run: |
|
||||
#export PKG_CONFIG_PATH="/usr/local/libdata/pkgconfig"
|
||||
#cd rust
|
||||
#rustc --version
|
||||
#cargo build
|
||||
#cargo t_all
|
||||
- name: rust wrappers
|
||||
run: |
|
||||
export PKG_CONFIG_PATH="/usr/local/libdata/pkgconfig"
|
||||
cd rust
|
||||
rustc --version
|
||||
cargo build
|
||||
cargo t_all
|
||||
|
13
.github/workflows/ubuntu_test.yml
vendored
13
.github/workflows/ubuntu_test.yml
vendored
@ -82,10 +82,9 @@ jobs:
|
||||
sudo python3 setup.py install
|
||||
python3 examples/000-print-version.py
|
||||
|
||||
# temporarily disabled while broken
|
||||
#- 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
|
||||
|
32
.github/workflows/windows_test.yml
vendored
32
.github/workflows/windows_test.yml
vendored
@ -35,6 +35,7 @@ jobs:
|
||||
mingw-w64-ucrt-x86_64-libunistring
|
||||
mingw-w64-ucrt-x86_64-ncurses
|
||||
mingw-w64-ucrt-x86_64-toolchain
|
||||
mingw-w64-ucrt-x86_64-rust
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
@ -75,20 +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
|
||||
#mingw-w64-ucrt-x86_64-rust
|
||||
#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