forked from JakobOvrum/Dirk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
47 lines (38 loc) · 691 Bytes
/
.travis.yml
File metadata and controls
47 lines (38 loc) · 691 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
39
40
41
42
43
44
45
46
47
sudo: false
language: d
os:
- linux
- osx
d:
- dmd-2.068.0
- dmd-2.067.1
- dmd-2.066.1
- ldc-0.15.1
- gdc
matrix:
allow_failures:
- os: osx
d: gdc
- env: ARCH=x86
d: gdc
addons:
apt:
packages:
- gcc-multilib
notifications:
email: false
env:
global:
- secure: "Xa3ZSmQPQytDFrMBMdhO0ObnrIb0GdvUsz0LEKxHerQN/+qSos5In5WI7ATddJyCxK1RvvzaxWdiMRurfQSSW5vAW0KCRpXnEIZ1q70+WGgXH7eOT5ZVt0bHo3L2Jo9kYXwCSWxEfiQsREliEj5RXyD4SCbGFbeP2a/4x9A1VuI="
matrix:
- ARCH=x86
- ARCH=x86_64
script:
- if [ $DC == ldc2 ] && [ $ARCH == x86_64 ];
then
dub test;
else
dub test --arch=$ARCH;
fi
after_success:
- ./push-ddoc.sh