forked from UltraStar-Deluxe/USDX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
75 lines (60 loc) · 1.34 KB
/
.travis.yml
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
sudo: true
language: generic
matrix:
include:
- os: linux
env: LAZ_VER=1.6 LAZ_ENV=wine WINEARCH=win32 LAZ_OPT="--os=win32 --cpu=i386"
dist: trusty
- os: linux
env: VARIANT=flatpak
dist: focal
arch: amd64
if: branch =~ flatpak
- os: linux
env: VARIANT=flatpak
dist: focal
arch: arm64
if: type = pull_request OR branch =~ flatpak
- os: linux
env: VARIANT=flatpak BUILD_32BIT=yes
dist: focal
arch: amd64
if: branch =~ flatpak
- os: linux
env: VARIANT=flatpak BUILD_32BIT=yes
dist: focal
arch: arm64
if: type = pull_request OR branch =~ flatpak
- os: linux
env: VARIANT=flatpak
dist: focal
arch: ppc64le
if: type = pull_request OR branch =~ flatpak
- os: linux
env: VARIANT=appimage
dist: trusty
arch: amd64
if: branch =~ appimage
- os: linux
env: VARIANT=appimage BUILD_32BIT=yes
dist: focal
arch: amd64
if: branch =~ appimage
- os: linux
dist: focal
arch: amd64
- os: osx
env:
global:
- WINEPREFIX=~/.winelaz
- DISPLAY=:99.0
before_install:
- tools/travis/before_install.sh
install:
- tools/travis/install.sh
script:
- tools/travis/build.sh
cache:
bundler: false
directories:
- dists/linux/prefix