Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Commit

Permalink
Add Jenkinsfile and configure to build Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hach-que committed Sep 19, 2016
1 parent b4f2ff8 commit bde66b7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env groovy

node('windows') {
bat 'git clean -xdff'
bat 'git reset --hard HEAD'
bat 'git submodule update --init --recursive'
bat 'dir'
bat 'nuget.exe restore JSIL.sln'
bat '"C:\\Program Files (x86)\\MSBuild\\14.0\\Bin\\amd64\\msbuild.exe" "JSIL.sln" /m /verbosity:minimal /P:Platform=NoXNA'
}
Binary file added nuget.exe
Binary file not shown.

0 comments on commit bde66b7

Please sign in to comment.