This repository was archived by the owner on Jul 30, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.travis.yml
More file actions
35 lines (34 loc) · 1.35 KB
/
.travis.yml
File metadata and controls
35 lines (34 loc) · 1.35 KB
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
language: bash
os:
- linux
- osx
addons:
apt:
packages:
- mono-complete
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install mono; fi
- curl https://sh.rustup.rs -sSf -o rustup.rs
- chmod ugo+x rustup.rs
- ./rustup.rs -y
- source "$HOME/.cargo/env"
- rm rustup.rs
script:
- sudo ./install/car_setup.sh
- ./test/c_lang.c
- ./test/c#_lang.cs
- ./test/c++_lang.cc
- ./test/c++_lang.cpp
- ./test/go_lang.go
- ./test/java_lang.java
- ./test/rust_lang.rs
deploy:
provider: releases
api_key:
secure: OtZh47dw1JTJBQuvH/MwiWxQt69IR2lHZw2frGBkSA8B3lr1sg9VelNTH04sduUYVvii+3/fcFaXnGGQyI7qMMQf6e3q776ZO9r6l53+L2joZVSG8rYcC6z9Oih8FpZHpEOWnShvURKvx5wlD1Vb6y2QR1B2M5g43tCeeDdGB0S/EoZsxgBmAp/Axu3wK//8ueuLbvG+9f5ad1EhMVF/wonzF0uXr5tjCi+UmCyW6f0GnBVbAxcVlUBbKFB2+T1LBDeENVrxLHDbEn68BCYD4e7JHIRPZLiJ2t1jUFvjcOWFJlvWG7VYx1KWxue1KomcFTA1WZ+Zfb51969jGgJ1+2mCc/TVR9quwihs84ACoJIhUHVQ/TNuw13nnlJhWy8x2jjeomxdkgIF6r5JfvrZeUxR4n/lX6KMUnWMwaGFE2+VbrEFzfCtsotVIf7/lQRZZmLm7f/K2SLQUMWJ56ltdAFr3tkMJ/OeTecl88I+lNB7E3DUR/78LPb9DbkL9FmE7ASbjSsXTGnwqFgHGtej9bQXKmTBd130VGNxp9+XVw0TiWSjkNb6rhzpo+S/teDHNqa2KNmV6lyjL+v5C72BB/6LkltLLKdR4lhVoBKtuhHte8ipwC7aJjqlHkmrxoOZyHb8ZJExxJXWzZyUzWjdQNojZehcVJPpZD8/O/sU+Sk=
file: ./install/car_setup.sh
skip_cleanup: true
on:
repo: nicholaschiasson/car
tags: true