Skip to content

Commit

Permalink
separating texttest in macos CI #21 #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Oct 20, 2024
1 parent 96c8a2f commit 26ed2d0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 26ed2d0

Please sign in to comment.