forked from dotnet/BenchmarkDotNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
42 lines (38 loc) · 772 Bytes
/
.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
#---------------------------------#
# general configuration #
#---------------------------------#
# branches to build
branches:
# blacklist
except:
- gh-pages
#---------------------------------#
# environment configuration #
#---------------------------------#
language: csharp
os:
- linux
- osx
sudo: required
dist: xenial
osx_image: xcode11 # macOS 10.14
mono: latest
addons:
apt:
sources:
- llvm-toolchain-xenial-3.9
packages:
- gettext
- libcurl4-openssl-dev
- libicu-dev
- libssl-dev
- libunwind8
- fsharp
- clang-3.9
#---------------------------------#
# build configuration #
#---------------------------------#
before_script:
- chmod +x build.sh
script:
- ./build.sh