mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
a51272dbc1
Replaced a hardcoded TEST_DIR path with one relatively to the workspace, CI builds should not touch files from outside their workspace.
7 lines
534 B
Batchfile
Executable File
7 lines
534 B
Batchfile
Executable File
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
|
|
chocolatey feature enable -n allowGlobalConfirmation
|
|
choco install cyg-get windows-sdk-8.1 nunit 7zip.commandline
|
|
choco install notepadplusplus sourcetree beyondcompare | echo "optional devtools install failed"
|
|
cyg-get.bat wget curl git unzip zip mc mercurial unzip openssh patch cygrunsrv mkisofs
|
|
git config --global push.default simple
|