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

Commit 8193a6c

Browse files
committed
Add Jenkinsfile
1 parent b4f2ff8 commit 8193a6c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Jenkinsfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/usr/bin/env groovy
2+
3+
node('windows') {
4+
bat 'git submodule update --init --recursive'
5+
bat 'dir'
6+
bat 'nuget.exe restore JSIL.sln'
7+
bat '"C:\\Program Files (x86)\\MSBuild\\14.0\\Bin\\amd64\\msbuild.exe" "JSIL.sln" /m /verbosity:minimal /P:Platform=NoXNA'
8+
}

nuget.exe

3.77 MB
Binary file not shown.

0 commit comments

Comments
 (0)