Skip to content

Commit

Permalink
Attempt to fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
mterwoord committed Jun 26, 2016
1 parent 8cfa0b8 commit fba256e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/Cosmos.TestRunner.Core/TestKernelSets.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public static IEnumerable<Type> GetStableKernelTypes()
//yield return typeof(Cosmos.Compiler.Tests.Exceptions.Kernel);
//yield return typeof(Cosmos.Compiler.Tests.LinqTests.Kernel);
//yield return typeof(Cosmos.Compiler.Tests.MethodTests.Kernel);
yield return typeof(Cosmos.Kernel.Tests.Fat.Kernel);
//yield return typeof(Cosmos.Kernel.Tests.Fat.Kernel);
////yield return typeof(FrotzKernel.Kernel);
}
}
Expand Down
8 changes: 7 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,14 @@ build_script:
msbuild "source\Cosmos.sln" /maxcpucount /verbosity:normal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /p:Platform="Any CPU" /p:Configuration=Debug /p:DeployExtension=false
notifications:
test:
assemblies:
- Cosmos.Core.Memory.Test.dll
- DebugCompiler.dll
notifications:
- provider: Webhook
url: https://webhooks.gitter.im/e/d5c57ffb9a04b1b180be
on_build_success: true
Expand Down

0 comments on commit fba256e

Please sign in to comment.