Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bioroboticslab
robofish
docker
Commits
01c2d70c
Commit
01c2d70c
authored
6 years ago
by
Moritz Maxeiner
Browse files
Options
Downloads
Patches
Plain Diff
Configurable dev env for Windows
parent
84bfd612
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
windows/Dockerfile
+1
-2
1 addition, 2 deletions
windows/Dockerfile
windows/VsDevEnv.ps1
+1
-1
1 addition, 1 deletion
windows/VsDevEnv.ps1
with
2 additions
and
3 deletions
windows/Dockerfile
+
1
−
2
View file @
01c2d70c
...
...
@@ -63,5 +63,4 @@ RUN python -m pip --no-cache-dir install --no-warn-script-location \
matplotlib
\
pandas
COPY
VsDevSh.ps1 C:/VsDevSh.ps1
SHELL
["powershell", "-NoProfile", "-ExecutionPolicy Bypass", "-Command", "$ErrorActionPreference = 'Stop';", "C:/VsDevSh.ps1;"]
\ No newline at end of file
COPY
VsDevEnv.ps1 C:/VsDevEnv.ps1
\ No newline at end of file
This diff is collapsed.
Click to expand it.
windows/VsDev
Sh
.ps1
→
windows/VsDev
Env
.ps1
+
1
−
1
View file @
01c2d70c
pushd
"C:/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/Common7/Tools"
cmd
/c
"VsDevCmd.bat
&
set"
|
cmd
/c
"VsDevCmd.bat
$args
&
set"
|
foreach
{
if
(
$_
-match
"="
)
{
$v
=
$_
.
split
(
"="
);
set-item
-force
-path
"ENV:\
$(
$v
[
0
]
)
"
-value
"
$(
$v
[
1
]
)
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment