Skip to content

Commit

Permalink
another try on libsumo tests in CI #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Sep 29, 2024
1 parent ed11c43 commit 24e2f9a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/wheel-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,8 @@ jobs:
- name: Building libsumo plain
if: matrix.build_type == 'libsumo'
run: |
cmake -Bbuild_msvc -GNinja -DCHECK_OPTIONAL_LIBS=false
cmake --build build_msvc --config Release --target libsumo libtraci
xcopy /s data .\tools\libsumo\data\
cmake -Bbuild_msvc -GNinja
cmake --build build_msvc --config Release --target libsumo
python tools\build_config\version.py tools\build_config\setup-libsumo.py tools\setup.py
python -m build --wheel tools -o dist --config-setting=--plat-name=win_amd64
Expand Down Expand Up @@ -175,6 +174,13 @@ jobs:
# $env:TEXTTEST_CI_APPS = "-v ci.fast -a complex,tools"
# tests\runCiTests.bat $env:pythonLocation\Scripts\texttestc.py

- name: Running "sumo in the wheel" meta tests
if: github.repository != 'DLR-TS/sumo'
run: |
$env:TEXTTEST_CI_APPS = "-ts meta"
tests\runCiTests.bat $env:pythonLocation\Scripts\texttestc.py
python -m pip uninstall -y eclipse-sumo
- name: Installing libsumo
run: python -m pip install --user -f python-wheels libsumo

Expand Down

0 comments on commit 24e2f9a

Please sign in to comment.