csharpfftfsharpintegrationinterpolationlinear-algebramathdifferentiationmatrixnumericsrandomregressionstatisticsmathnet
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
537 B
26 lines
537 B
language: csharp
|
|
|
|
env:
|
|
- HOME=/home/travis APPDATA=/home/travis LocalAppData=/home/travis
|
|
|
|
sudo: required #false
|
|
dist: trusty
|
|
dotnet: 2.0.0
|
|
mono:
|
|
- latest
|
|
|
|
addons:
|
|
apt:
|
|
sources:
|
|
- sourceline: 'deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-trusty-prod trusty main'
|
|
key_url: 'https://packages.microsoft.com/keys/microsoft.asc'
|
|
packages:
|
|
- dotnet-hostfxr-1.0.1
|
|
- dotnet-sharedframework-microsoft.netcore.app-1.0.5
|
|
|
|
branches:
|
|
except:
|
|
- gh-pages
|
|
|
|
script:
|
|
- ./build.sh Test quick
|
|
|