forked from cose-wg/COSE-csharp
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.travis.yml
35 lines (32 loc) · 861 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
language: csharp
solution: COSE.Std10.sln
matrix:
include:
- dotnet: 2.2
mono: none
env:
- SLN=COSE.Std10.sln
TARGET=Std10
VERSION=Release
NUGET=dotnet
FRAMEWORK=netcoreapp2.0
os: osx
- dotnet: 2.2
mono: none
env:
- SLN=COSE.Std10.sln
TARGET=Std10
VERSION=Release
NUGET=dotnet
FRAMEWORK=netcoreapp2.0
os: linux
install:
# - curl -L -o nuget.exe https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
# - nuget install NUnit.Runners -Version 3.5.0 -OutputDirectory testrunner
- git clone --depth 1 https://github.com/cose-wg/Examples Regressions
- git clone --depth 1 https://github.com/ietf-jose/cookbook cookbook
- ls
- ls COSE
# - nuget restore COSE/COSE.Std10.sln
script:
- ./build.sh