-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy path.travis.yml
More file actions
38 lines (32 loc) · 811 Bytes
/
.travis.yml
File metadata and controls
38 lines (32 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#https://docs.travis-ci.com/user/reference/bionic/
# ubuntu 18.04 has OpenFOAM 4.1 in the official repository
sudo: required
language: python
jobs:
include:
- os: linux
dist: bionic
python: 3.6
env: TOXENV=FC_DAILY
- os: linux
dist: xenial
python: 3.7
env: TOXENV=FC_STABLE
# do not forget to do `# git update-index --chmod +x .travis/install.sh` and same for test.sh
install:
- ./.travis/install.sh
script:
- ./.travis/test.sh
cache:
directories:
- $HOME/.cache/Cfd
before_cache:
- rm -f $HOME/.cache/Cfd/*.*
# is that possible to install another software from another PPA?
# addons:
# apt:
# sources:
# - ppa:freecad-maintainers/freecad-daily
# #ppa:freecad-maintainers/freecad-stable
# packages:
# - freecad-daily