Skip to content

Commit

Permalink
test commit, adding dependency installation in test-dymola
Browse files Browse the repository at this point in the history
  • Loading branch information
JayHuLBL committed May 1, 2024
1 parent c25802b commit d2f8339
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Buildings/Resources/Scripts/travis/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ endef

test-dymola:
$(eval BUILDINGSPY_SKIP_STATISTICS_VERIFICATION := $(buiPyMod))
sudo apt-get install libblas-dev liblapack-dev && \
sudo apt-get install libpthread-stubs0-dev && \
(cd $(ROOT)/Buildings && \
export PYTHONPATH=$(TRAVIS_BUILD_DIR)/Buildings/Resources/Python-Sources && \
export BUILDINGSPY_SKIP_STATISTICS_VERIFICATION='$(BUILDINGSPY_SKIP_STATISTICS_VERIFICATION)' && \
Expand Down

0 comments on commit d2f8339

Please sign in to comment.