Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PyCommandCenter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Starcraft AI Course
PyCommandCenter
Commits
a63b0516
Commit
a63b0516
authored
5 years ago
by
David Bergström
Browse files
Options
Downloads
Patches
Plain Diff
Split shell script into one each for Python version
parent
d528e62a
No related branches found
Branches containing commit
Tags
1.2.2
Tags containing commit
No related merge requests found
Pipeline
#6652
passed
5 years ago
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
create-visual-studio-solution-python37.sh
+5
-0
5 additions, 0 deletions
create-visual-studio-solution-python37.sh
create-visual-studio-solution-python38.sh
+6
-0
6 additions, 0 deletions
create-visual-studio-solution-python38.sh
with
11 additions
and
0 deletions
create-visual-studio-solution.sh
→
create-visual-studio-solution
-python37
.sh
+
5
−
0
View file @
a63b0516
#!/bin/sh
mkdir
build
cd
build
"C:
\P
rogram Files
\C
Make
\b
in
\c
make"
..
-G
"Visual Studio 15 Win64"
mkdir
build
37
cd
build
37
"C:
\P
rogram Files
\C
Make
\b
in
\c
make"
..
-G
"Visual Studio 15 Win64"
-DPYTHON_EXECUTABLE
:FILEPATH
=
"C:/Program Files/Python37/python.exe"
This diff is collapsed.
Click to expand it.
create-visual-studio-solution-python38.sh
0 → 100644
+
6
−
0
View file @
a63b0516
#!/bin/sh
mkdir
build38
cd
build38
"C:
\P
rogram Files
\C
Make
\b
in
\c
make"
..
-G
"Visual Studio 15 Win64"
-DPYTHON_EXECUTABLE
:FILEPATH
=
"C:/Program Files/Python38/python.exe"
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