代码拉取完成,页面将自动刷新
group: deprecated-2017Q2
language: python
python:
- "2.7"
cache: pip
notifications:
email: false
git:
depth: 10
services:
- docker
env:
- TEST_ARG="make test-documentation test-experiment-setup test-autogenerated-files"
- TEST_ARG="make test-dymola PACKAGE=Buildings.ThermalZones.Detailed.{BaseClasses,Constructions,Examples}"
- TEST_ARG="make test-dymola PACKAGE=Buildings.ThermalZones.Detailed.Validation.{BESTEST,Initialization,TestConditionalConstructions}"
- TEST_ARG="make test-dymola PACKAGE=Buildings.ThermalZones.Detailed.Validation.LBNL_71T"
- TEST_ARG="make test-dymola PACKAGE=Buildings.Experimental"
- TEST_ARG="make test-dymola PACKAGE=Buildings.Fluid.{Actuators,BaseClasses,Boilers,Chillers,Delays}"
- TEST_ARG="make test-dymola PACKAGE=Buildings.Fluid.{Examples,FMI,FixedResistances}"
- TEST_ARG="make test-dymola PACKAGE=Buildings.Fluid.{HeatExchangers,HeatPumps,Interfaces}"
- TEST_ARG="make test-dymola PACKAGE=Buildings.Fluid.{MassExchangers,MixingVolumes,Movers,Sensors,SolarCollectors,Sources,Storage,Utilities}"
- TEST_ARG="make test-dymola PACKAGE=Buildings.ThermalZones.Detailed.FLEXLAB"
- TEST_ARG="make test-dymola PACKAGE=Buildings.ThermalZones.ReducedOrder"
- TEST_ARG="make test-dymola PACKAGE=Buildings.Electrical"
- TEST_ARG="make test-dymola PACKAGE=Buildings.{Airflow,BoundaryConditions,Controls}"
- TEST_ARG="make test-dymola PACKAGE=Buildings.{Air,Examples}"
- TEST_ARG="make test-dymola PACKAGE=Buildings.HeatTransfer"
- TEST_ARG="make test-dymola PACKAGE=Buildings.Media"
- TEST_ARG="make test-dymola PACKAGE=Buildings.Utilities"
before_install:
- sudo cp Buildings/Resources/Scripts/travis/usr/local/bin/dymola /usr/local/bin/
- sudo chmod +x /usr/local/bin/dymola
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD";
- docker pull "$DOCKER_USERNAME"/travis_ubuntu-1604_dymola-2017fd01-x86-64
# Install dependencies
# For sphinx, we need to install specific package versions, otherwise
# the html output may have small formatting differences which causes
# the test to fail
install:
- pip install --upgrade pip setuptools wheel
- pip install --only-binary=numpy,scipy,matplotlib numpy scipy matplotlib
- pip install sphinx==1.5.1 sphinx-bootstrap-theme==0.4.13 \
sphinxcontrib-bibtex==0.3.4 sphinxcontrib-plantuml==0.8.1 \
alabaster==0.7.10 MarkupSafe==0.23 html5lib==0.999 \
Pygments==2.1.3 snowballstemmer==1.2.1 docutils==0.13.1 \
Babel==2.3.4 requests==2.12.4 Jinja2==2.8.1 latexcodec==1.0.4 \
pybtex==0.20.1 pybtex-docutils==0.2.1 oset==0.1.3 PyYAML==3.12
- pip install git+https://github.com/lbl-srg/BuildingsPy@master
# Execute tests
script:
- (cd Buildings/Resources/Scripts/travis && travis_wait 90 $TEST_ARG)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。