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

Commit ec48d23

Browse files
committed
Add Jenkinsfile
1 parent b4f2ff8 commit ec48d23

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Jenkinsfile

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

nuget.exe

3.77 MB
Binary file not shown.

0 commit comments

Comments
 (0)