Skip to content

Commit

Permalink
Restore workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Jan 30, 2024
1 parent 20a966f commit f4a5226
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 5 additions & 6 deletions .github/workflows/cpp_lib_with_bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: install xorg-dev on ubuntu
run: ./ci_scripts/install_xorg_dev.sh

- name: Setup interactive tmate session
uses: mxschmitt/action-tmate@v3
# - name: Setup interactive tmate session
# uses: mxschmitt/action-tmate@v3

- name: Build and install (*nixes)
if: ${{ matrix.platform != 'windows-latest' }}
Expand All @@ -46,9 +46,8 @@ jobs:
shell: bash
run: |
python3 -m venv venv
venv\\Scripts\\activate.bat
source venv/Scripts/activate # only difference from *nixes...
pip install pybind11
mkdir build
cd build
cmake .. -DIMGUI_BUNDLE_BUILD_PYTHON=ON -DCMAKE_BUILD_TYPE=Release -DPython_EXECUTABLE=venv\\bin\\python.exe
mkdir build && cd build
cmake .. -DIMGUI_BUNDLE_BUILD_PYTHON=ON -DCMAKE_BUILD_TYPE=Release
cmake --build . --config Release -j 3
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f4a5226

Please sign in to comment.