diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 2c5b9364871..09c5636e320 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -37,7 +37,7 @@ jobs: brew update brew upgrade || brew link --overwrite python@3.12 brew install --cask xquartz - brew install xerces-c fox proj gdal gl2ps ccache googletest fmt swig eigen texttest + brew install xerces-c fox proj gdal gl2ps ccache googletest fmt swig eigen - name: Cloning jupedsim uses: actions/checkout@v4 @@ -75,6 +75,12 @@ jobs: cd sumo/cmake-build make CTEST_OUTPUT_ON_FAILURE=1 examples test + - name: Running texttest + run: | + brew install texttest + export DYLD_FALLBACK_LIBRARY_PATH=$PWD/jupedsim-install/lib:$DYLD_FALLBACK_LIBRARY_PATH + sumo/tests/runTests.sh -b ci -v ci -ts meta + - name: Uploading artifacts (SUMO binaries and FMU) uses: actions/upload-artifact@v4 with: