Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
openmesh-python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
OpenMesh
openmesh-python
Commits
748d802f
Commit
748d802f
authored
3 years ago
by
Jan Möbius
Browse files
Options
Downloads
Patches
Plain Diff
MOved VS2017 build from python 3.7 to 3.9
parent
a134124e
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!5
Updates
Pipeline
#20342
canceled
3 years ago
Stage: build
Stage: test
Stage: deploy
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+11
-11
11 additions, 11 deletions
.gitlab-ci.yml
CI/build-3.9-VS2017.bat
+4
-0
4 additions, 0 deletions
CI/build-3.9-VS2017.bat
CI/deploy-3.9-VS2017.bat
+0
-0
0 additions, 0 deletions
CI/deploy-3.9-VS2017.bat
CI/test-3.9-VS2017.bat
+2
-2
2 additions, 2 deletions
CI/test-3.9-VS2017.bat
with
17 additions
and
13 deletions
.gitlab-ci.yml
+
11
−
11
View file @
748d802f
...
...
@@ -3,19 +3,19 @@ stages:
-
test
-
deploy
build-3.
7
-VS2017
:
build-3.
9
-VS2017
:
stage
:
build
tags
:
-
VS2017
-
python3
7
-
python3
9
variables
:
BUILD_PLATFORM
:
"
VS2017"
ARCHITECTURE
:
"
x64"
before_script
:
-
git submodule sync --recursive
-
git submodule update --init --recursive
script
:
"
CI
\\
build-3.
7
-VS2017.bat"
script
:
"
CI
\\
build-3.
9
-VS2017.bat"
artifacts
:
paths
:
-
dist3/
...
...
@@ -83,15 +83,15 @@ build-2.7-macos:
paths
:
-
dist2/
test-3.
7
-VS2017
:
test-3.
9
-VS2017
:
stage
:
test
tags
:
-
VS2017
-
python3
7
-
python3
9
dependencies
:
-
build-3.
7
-VS2017
script
:
"
CI
\\
test-3.
7
-VS2017.bat"
-
build-3.
9
-VS2017
script
:
"
CI
\\
test-3.
9
-VS2017.bat"
test-3.9-linux
:
...
...
@@ -153,15 +153,15 @@ test-2.7-macos:
-
cd tests
-
python -m unittest discover
deploy-3.
7
-VS2017
:
deploy-3.
9
-VS2017
:
stage
:
deploy
tags
:
-
VS2017
-
python3
7
-
python3
9
dependencies
:
-
build-3.
7
-VS2017
script
:
"
CI
\\
deploy-3.
7
-VS2017.bat"
-
build-3.
9
-VS2017
script
:
"
CI
\\
deploy-3.
9
-VS2017.bat"
artifacts
:
paths
:
-
release/*.whl
...
...
This diff is collapsed.
Click to expand it.
CI/build-3.
7
-VS2017.bat
→
CI/build-3.
9
-VS2017.bat
+
4
−
0
View file @
748d802f
set
PATH
=
C
:\Program
Files
\Python3
7
;
C
:\Program
Files
\Python3
7
\Scripts
;
C
:\Program
Files
\CMake\bin
;
%PATH%
virtualenv
-p
"C:\Program Files\Python3
7
\python.exe"
.
set
PATH
=
C
:\Program
Files
\Python3
9
;
C
:\Program
Files
\Python3
9
\Scripts
;
C
:\Program
Files
\CMake\bin
;
%PATH%
virtualenv
-p
"C:\Program Files\Python3
9
\python.exe"
.
call
.\Scripts\activate
python
setup
.py
bdist_wheel
--dist-dir
dist3
This diff is collapsed.
Click to expand it.
CI/deploy-3.
7
-VS2017.bat
→
CI/deploy-3.
9
-VS2017.bat
+
0
−
0
View file @
748d802f
File moved
This diff is collapsed.
Click to expand it.
CI/test-3.
7
-VS2017.bat
→
CI/test-3.
9
-VS2017.bat
+
2
−
2
View file @
748d802f
set
PATH
=
C
:\Program
Files
\Python3
7
;
C
:\Program
Files
\Python3
7
\Scripts
;
%PATH%
virtualenv
-p
"C:\Program Files\Python3
7
\python.exe"
.
set
PATH
=
C
:\Program
Files
\Python3
9
;
C
:\Program
Files
\Python3
9
\Scripts
;
%PATH%
virtualenv
-p
"C:\Program Files\Python3
9
\python.exe"
.
call
.\Scripts\activate
python
-m
pip
install
numpy
==
1
.19.3
cd
dist3
...
...
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