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
6008892a
Commit
6008892a
authored
1 year ago
by
Jan Möbius
Browse files
Options
Downloads
Patches
Plain Diff
Switch to python 3.12 on M1 Apple
parent
b87a1e3c
No related branches found
No related tags found
No related merge requests found
Pipeline
#24071
failed
1 year ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+9
-9
9 additions, 9 deletions
.gitlab-ci.yml
with
9 additions
and
9 deletions
.gitlab-ci.yml
+
9
−
9
View file @
6008892a
...
...
@@ -51,7 +51,7 @@ build-3.9-macos:
paths
:
-
dist3/
build-3.
9
-macos-m1
:
build-3.
12
-macos-m1
:
stage
:
build
tags
:
...
...
@@ -60,7 +60,7 @@ build-3.9-macos-m1:
GIT_SUBMODULE_STRATEGY
:
recursive
script
:
-
export PATH=/opt/local/bin:$PATH
-
virtualenv -p python3.
9
.
-
virtualenv -p python3.
12
.
-
source bin/activate
-
python setup.py bdist_wheel --dist-dir dist3
artifacts
:
...
...
@@ -110,17 +110,17 @@ test-3.9-macos:
-
cd tests
-
python -m unittest discover
test-3.
9
-macos-m1
:
test-3.
12
-macos-m1
:
stage
:
test
tags
:
-
AppleM1
dependencies
:
-
build-3.
9
-macos-m1
needs
:
[
build-3.
9
-macos-m1
]
-
build-3.
12
-macos-m1
needs
:
[
build-3.
12
-macos-m1
]
script
:
-
export PATH=/opt/local/bin:$PATH
-
virtualenv -p python3.
9
.
-
virtualenv -p python3.
12
.
-
source bin/activate
-
pip install dist3/*.whl
-
cd tests
...
...
@@ -170,14 +170,14 @@ deploy-3.9-macos:
paths
:
-
release/*.whl
deploy-3.
9
-macos-m1
:
deploy-3.
12
-macos-m1
:
stage
:
deploy
tags
:
-
AppleM1
dependencies
:
-
build-3.
9
-macos-m1
needs
:
[
build-3.
9
-macos-m1
]
-
build-3.
12
-macos-m1
needs
:
[
build-3.
12
-macos-m1
]
script
:
-
mkdir release
-
cp dist3/*.whl release
...
...
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