1 Star 0 Fork 1

吉祥水/explicitSolidDynamics

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 604 Bytes
一键复制 编辑 原始数据 按行查看 历史
jibranhaider 提交于 2019-11-12 09:39 . Update Travis config
# Travis CI setup for explicitSolidDynamics toolkit
sudo: required
dist: xenial
language: cpp
matrix:
include:
- name: "OpenFOAM 7"
env: OF_VERS=7
before_install:
- sudo sh -c "wget -O - http://dl.openfoam.org/gpg.key | apt-key add -"
- sudo add-apt-repository http://dl.openfoam.org/ubuntu
- sudo apt-get update -qq
- sudo apt-get -y install -qq openfoam${OF_VERS}
install:
- source /opt/openfoam${OF_VERS}/etc/bashrc
- ./Allwmake -j
before_script:
- source /opt/openfoam${OF_VERS}/etc/bashrc
script:
- ./Allwmake -j
branches:
only:
- master
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jixiangshui/explicitSolidDynamics.git
git@gitee.com:jixiangshui/explicitSolidDynamics.git
jixiangshui
explicitSolidDynamics
explicitSolidDynamics
master

搜索帮助