File tree Expand file tree Collapse file tree 1 file changed +19
-11
lines changed Expand file tree Collapse file tree 1 file changed +19
-11
lines changed Original file line number Diff line number Diff line change 19
19
- linux
20
20
- osx
21
21
22
+ cache :
23
+ apt : true
24
+ directories :
25
+ - .build/checkouts
26
+ - .build/repositories
27
+
22
28
# Use Ubuntu 14.04
23
29
dist : trusty
24
30
@@ -29,23 +35,25 @@ sudo: false
29
35
addons :
30
36
apt :
31
37
packages :
32
- - clang-3.8
33
- - lldb-3.8
34
- - libicu-dev
35
- - libtool
36
- - libcurl4-openssl-dev
37
- - libbsd-dev
38
- - build-essential
39
- - libssl-dev
40
- - uuid-dev
41
- - curl
42
- - unzip
38
+ - clang-3.8
39
+ - lldb-3.8
40
+ - libicu-dev
41
+ - libtool
42
+ - libcurl4-openssl-dev
43
+ - libbsd-dev
44
+ - build-essential
45
+ - libssl-dev
46
+ - uuid-dev
47
+ - curl
48
+ - unzip
43
49
44
50
install : ./.travis-install.sh
45
51
46
52
script :
47
53
- export PATH=$HOME/local/bin:$PATH
48
54
- export LD_LIBRARY_PATH=$HOME/local/lib
55
+ - swift package -v resolve
56
+ - make all
49
57
- make test
50
58
- make test-plugin
51
59
- make test-echo
You can’t perform that action at this time.
0 commit comments