File tree Expand file tree Collapse file tree 3 files changed +22
-30
lines changed Expand file tree Collapse file tree 3 files changed +22
-30
lines changed Original file line number Diff line number Diff line change 1
1
task :
2
+ name : FreeBSD
2
3
freebsd_instance :
3
- matrix :
4
- image : freebsd-12-1-release-amd64
4
+ image : freebsd-12-1-release-amd64
5
5
install_script :
6
6
- pkg install -y bash cmake fusefs-libs gettext perl5
7
7
- ln -s /usr/local/bin/bash /bin/bash
8
- - ./ci/setup.sh
8
+ - kldload fuse
9
9
script :
10
10
- ./build.sh
11
- env :
12
- INTEGRATION : false
11
+ allow_failures : true
13
12
14
13
task :
15
14
name : MacOS
Original file line number Diff line number Diff line change 1
- language : cpp
2
-
3
1
matrix :
2
+
4
3
include :
5
- - os : linux
4
+
5
+ - language : cpp
6
+ os : linux
6
7
compiler : gcc
7
8
dist : bionic
8
9
sudo : required
@@ -14,10 +15,15 @@ matrix:
14
15
- libfuse-dev
15
16
- gettext
16
17
- cmake
18
+ before_script :
19
+ - sudo modprobe fuse
20
+ script :
21
+ - ./build.sh
17
22
env :
18
23
- SUDO_TESTS=true
19
24
20
- - os : linux
25
+ - language : cpp
26
+ os : linux
21
27
compiler : gcc
22
28
dist : xenial
23
29
sudo : required
@@ -29,10 +35,15 @@ matrix:
29
35
- libfuse-dev
30
36
- gettext
31
37
- cmake
38
+ before_script :
39
+ - sudo modprobe fuse
40
+ script :
41
+ - ./build.sh
32
42
env :
33
43
- SUDO_TESTS=true
34
44
35
- - os : linux
45
+ - language : cpp
46
+ os : linux
36
47
compiler : clang
37
48
dist : xenial
38
49
sudo : false
@@ -46,11 +57,7 @@ matrix:
46
57
- cmake
47
58
- clang-4.0
48
59
- clang-tidy-4.0
60
+ script :
61
+ - ./build.sh
49
62
env :
50
63
- CC=clang-4.0 CXX=clang++-4.0 CHECK=true INTEGRATION=false
51
-
52
- before_script :
53
- - ./ci/setup.sh
54
-
55
- script :
56
- - ./build.sh
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments