Skip to content

Commit

Permalink
Increase version to 1.8.1 in appveyor.yml, enable more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
qwertie committed Jun 13, 2016
1 parent 55d1a15 commit 71c43d0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ script:
- xbuild /p:Configuration=Release.NET45 Loyc-Slim.sln
- xbuild /p:Configuration=Release.NET4 Loyc-Slim.sln

# Unfortunately, some tests are still broken.
# Unfortunately, test set 7 (LLLPG) sometimes fails due to nondeterminism.
- mono Bin/Release.NET45/Tests.exe 1
- mono Bin/Release.NET45/Tests.exe 2
- mono Bin/Release.NET45/Tests.exe 3
- mono Bin/Release.NET45/Tests.exe 4
- mono Bin/Release.NET45/Tests.exe 5
- mono Bin/Release.NET45/Tests.exe 6
- mono Bin/Release.NET45/Tests.exe 7
- mono Bin/Release.NET45/Tests.exe 8
10 changes: 4 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.8.0.{build}
version: 1.8.1.{build}

before_build:
- nuget restore Loyc-Slim.sln
Expand All @@ -23,11 +23,9 @@ after_build:
# Package ends up in LoycCore.$SEMVER.nupkg

test_script:
# Unfortunately, some tests are still broken.
- Bin\Release.NET45\Tests.exe 1
- Bin\Release.NET45\Tests.exe 2
- Bin\Release.NET45\Tests.exe 7
- Bin\Release.NET45\Tests.exe 8
# Unfortunately, test set 7 (LLLPG) sometimes fails due to nondeterminism.
- Bin\Release.NET45\Tests.exe 1234
- Bin\Release.NET45\Tests.exe 56

assembly_info:
patch: true
Expand Down

0 comments on commit 71c43d0

Please sign in to comment.