forked from bugthesystem/InfluxDB.Net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcircle.yml
22 lines (20 loc) · 782 Bytes
/
circle.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
machine:
environment:
USE_SYSTEM_NUNIT_CONSOLE: 0
dependencies:
pre:
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
- echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
- sudo apt-get update
- sudo aptitude install -yq mono-devel
- sudo aptitude install -yq mono-complete
- sudo aptitude install -yq referenceassemblies-pcl
- mozroots --import --sync
- mono .nuget/NuGet.exe restore InfluxDB.Net.sln
- sudo chmod +x build.sh
- wget https://s3.amazonaws.com/influxdb/influxdb_0.9.2_amd64.deb
- sudo dpkg -i influxdb_0.9.2_amd64.deb
- sudo service influxdb start
test:
override:
- ./build.sh