aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 89404d9312c6b7e5822ab823ff6b0f0f0784a40f (plain)
1
2
3
4
5
6
7
8
9
10
language: csharp
mono: none
dotnet: 2.1.4
script:
- cd $TRAVIS_BUILD_DIR/FMark/src/FMarkCLI
- dotnet build -v n
- dotnet run --no-build -- -t
- cd $TRAVIS_BUILD_DIR/FMark/src/FMarkFable
- dotnet restore
- dotnet fable yarn-build