Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb-devutils
Commits
4c2211d0
Commit
4c2211d0
authored
Sep 29, 2020
by
Rashad Kanavath
Browse files
update setup_vm.ps1 to use sccahe
parent
c2b61088
Changes
1
Hide whitespace changes
Inline
Side-by-side
CI/windows/setup_vm.ps1
View file @
4c2211d0
...
...
@@ -4,7 +4,7 @@ mkdir C:\build
mkdir
C:\GitLab-Runner
mkdir
C:\tools
mkdir
C:\tools\bin
mkdir
C:\c
l
cache
mkdir
C:\
s
ccache
echo
"Setup otbbot user"
$passbot
=
Read-Host
'What is otbbot password?'
-asSecureString
...
...
@@ -134,10 +134,13 @@ echo "Install Python 3.5.4 64bit to C:\tools\Python35-x64"
copy
Python35-x64\python.exe
Python35-x64\python3.exe
del
python35-amd64.exe
echo
"Install clcache and numpy for both 32bit and 64bit"
C:\tools\Python35-x86\Scripts\pip3.exe
install
clcache
C:\tools\Python35-x64\Scripts\pip3.exe
install
clcache
echo
"Install scoop (A command-line installer for Windows). This is needed to install sccache"
iwr
-useb
get.scoop.sh
|
iex
echo
"Install sccache (Shared Compilation Cache)"
scoop
install
sccache
echo
"Install numpy for both 32bit and 64bit"
C:\tools\Python35-x86\Scripts\pip3.exe
install
numpy
C:\tools\Python35-x64\Scripts\pip3.exe
install
numpy
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment