Skip to content

Commit

Permalink
Attempt to get appveyor using our build script
Browse files Browse the repository at this point in the history
Manually merge jornh@93f1647
  • Loading branch information
amaitland committed Nov 13, 2014
1 parent 37cd183 commit 15e80ff
Showing 1 changed file with 7 additions and 26 deletions.
33 changes: 7 additions & 26 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,38 +1,19 @@
environment:
VisualStudioVersion: 11.0

version: 33.1.0.CI{build}

version: 37.0.0.CI{build}
shallow_clone: true

configuration:
# - Debug
- Release

platform:
- x64
- Win32

before_build:
- cmd: nuget restore

# MSBuild verbosity level
# verbosity: quiet|minimal|normal|detailed

build:
# verbosity: detailed
verbosity: minimal

# to run your custom scripts instead of automatic MSBuild
build_script:
- ps: .\build.ps1

test_script:
- REM cd C:\projects\cefsharp\CefSharp.Test\bin\x86\%configuration%\
- cd
# - REM copy C:\Tools\xUnit\*.*
# - REM xunit.console.clr4.x86 CefSharp.Test.dll /appveyor

#after_test:
# - cmd: cd \projects\cefsharp\NuGet
# - cmd: pack.bat

#artifacts:
# - path: NuGet\*.nupkg
artifacts:
- path: NuGet\*.nupkg

0 comments on commit 15e80ff

Please sign in to comment.