This repository has been archived by the owner on Jan 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
74 lines (70 loc) · 2.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
language: julia
os: linux
julia: 1.2
notifications:
email: false
git:
depth: 99999999
cache:
timeout: 1000
directories:
- downloads
env:
global:
- BINARYBUILDER_DOWNLOADS_CACHE=downloads
- BINARYBUILDER_AUTOMATIC_APPLE=true
before_script:
- julia -e 'using Pkg; pkg"add BinaryProvider; add BinaryBuilder; build"'
script:
- julia --color=yes build_tarballs.jl --part="$PART"
jobs:
include:
- name: Linux x86 (32-bit, glibc)
env: PART=1/13
if: tag IS present
- name: Linux x86 (64-bit, glibc)
env: PART=2/13
- name: Linux ARMv8 (64-bit, glibc)
env: PART=3/13
if: tag IS present
- name: Linux ARMv7L (32-bit, glibc)
env: PART=4/13
if: tag IS present
- name: Linux PowerPC64LE (64-bit, glibc)
env: PART=5/13
if: tag IS present
- name: Linux x86 (32-bit, musl)
env: PART=6/13
if: tag IS present
- name: Linux x86 (64-bit, musl)
env: PART=7/13
if: tag IS present
- name: Linux ARMv8 (64-bit, musl)
env: PART=8/13
if: tag IS present
- name: Linux ARMv7L (32-bit, musl)
env: PART=9/13
if: tag IS present
- name: MacOS x86 (64-bit)
env: PART=10/13
if: tag IS present
- name: FreeBSD x86 (32-bit)
env: PART=11/13
if: tag IS present
- name: Windows x86 (32-bit)
env: PART=12/13
if: tag IS present
- name: Windows x86 (64-bit)
env: PART=13/13
- stage: regenerate build.jl
script: julia --color=yes build_tarballs.jl --only-buildjl
if: tag IS present
deploy:
provider: releases
edge: true
on:
repo: rgcv/CGALBuilder
tags: true
token:
secure: FHKD4s4bLCg0oi4SwjYwWafHTupexH81VTXhu5TJnIyXoUoGCOFpfpjGwGLG5w/KpBw4deLA0gIK56T3sWfrUQcf1nFgAOdEI+8zVlapNNopr2TyH0P+RBtIlqszKf7Xf2TTkNA4bBdbvDpuG8QoaraixcMb9EUWBPTIo09qlITAEZ7Vzhk0sBcIrpk4Pc+oWg6rrMHGZeKeSCnPn/XKcaD5pqx4FCkE/LJv/manl+fNrtwh3HEeHZONVOZEVxKVubb2kCwyBJuYk76RP1qgfhvm6he+A24fVrplEvO2WDDsJMIZ1g9baRCu2IKHH2A9eCQFCKxnoD/Mz0x6/DMJML04WtAlhp3joN9U72M2of3TVDM0KqJH41kC5nWR8c8Tncry9FVmv5J9lKM8f/yWbPcN0ANNOC92n08FS9goKXDLXe7vL0XkL6DGOnJXqfDoDYeaNIk+N/0y94/WV0+LI1p//eCA7gs90UQJNbjj0melPU6I2Jeb/22HCsaHnbMY2CR1QRujAJAnbBfqyD9bME6pU/0OJCyDrcgXzQmVUsxCPGxw+h2bQj/6fSiCV+ZyPmna3d56xxA0pY+PqRHHn8Hvae/ibyCM3QZtKm+q5JV8AVN96cqeP0YPjfG8AQQQDxKGBSQ/Oi2TzL+T/k6CzeUSecxsgDaYDoR5EmtkAtU=
file: products/*