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

Use Protobuild for project definitions and package management #739

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Next Next commit
Add Jenkinsfile and configure to build Windows
  • Loading branch information
hach-que committed Sep 19, 2016
commit bde66b71df82505ba8ec86c0a5a1fc67c8a885dc
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.