Skip to content

Commit

Permalink
add windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kostyfisik committed Jan 10, 2024
1 parent 1fa9fb0 commit cc12885
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,17 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Python NumPy and Pybind11
# run: sudo apt install python3-numpy python3-all-dev python-numpy-dev python3-pybind11 python3-distutils && sudo pip3 install tox
run: pip3 install tox

- name: Python initial test
working-directory: ${{github.workspace}}
run: tox run

windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Install Python NumPy and Pybind11
run: pip3 install tox

- name: Python initial test
Expand All @@ -34,7 +44,6 @@ jobs:

# without GTest and Boost
- name: Install Python NumPy and Pybind11
# run: sudo apt install python3-numpy python3-all-dev python-numpy-dev python3-pybind11 python3-distutils && sudo pip3 install tox
run: sudo apt install python3-numpy python3-all-dev python3-pybind11 python3-distutils && sudo pip3 install tox

- name: Python initial test
Expand Down
2 changes: 1 addition & 1 deletion src/nmie-js-wrapper.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
//**********************************************************************************
#include "nmie-precision.hpp"
#include "nmie-web-impl.hpp"
#include "nmie-web.hpp"
// #include "nmie-web.hpp"

using namespace emscripten;

Expand Down

0 comments on commit cc12885

Please sign in to comment.