File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
language : cpp
2
2
# 18.04
3
- dist :
4
- - bionic
3
+ dist : bionic
5
4
# - focal
6
5
7
6
os :
@@ -44,10 +43,13 @@ matrix:
44
43
# env: TRAVIS_NODE_VERSION="7" ARCH="x86"
45
44
allow_failures :
46
45
- os : osx
46
+
47
47
addons :
48
48
apt :
49
49
sources :
50
- sourceline : - ubuntu-toolchain-r-test
50
+ - sourceline : ' ppa:ubuntu-toolchain-r/test'
51
+ - sourceline : ' deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-10 main'
52
+ key_url : ' https://apt.llvm.org/llvm-snapshot.gpg.key'
51
53
packages :
52
54
- g++
53
55
- libtbb2
@@ -61,8 +63,13 @@ addons:
61
63
update : true
62
64
63
65
before_install :
64
- -
66
+ - >
65
67
if [[ $TRAVIS_OS_NAME == "linux" ]]; then
68
+ cat /etc/apt/sources.list
69
+ sudo add-apt-repository universe
70
+ sudo add-apt-repository multiverse
71
+ sudo apt-add-repository -y ppa:freecad-maintainers/freecad-daily
72
+ sudo apt-get update -qq
66
73
sudo apt-get install -y --no-install-recommends libocct-data-exchange-dev
67
74
fi
68
75
You can’t perform that action at this time.
0 commit comments