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
fb3a885c
"...OpenFlipper.git" did not exist on "e68b43cb72aceff797a444213f5351b96d4e7d4c"
Commit
fb3a885c
authored
3 years ago
by
Jan Möbius
Browse files
Options
Downloads
Patches
Plain Diff
Added m1 test build
parent
9e8e6717
No related branches found
No related tags found
1 merge request
!5
Updates
Pipeline
#20340
failed
3 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+45
-0
45 additions, 0 deletions
.gitlab-ci.yml
with
45 additions
and
0 deletions
.gitlab-ci.yml
+
45
−
0
View file @
fb3a885c
...
...
@@ -50,6 +50,22 @@ build-3.5-macos:
artifacts
:
paths
:
-
dist3/
build-3.9-macos-m1
:
stage
:
build
tags
:
-
AppleM1
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
script
:
-
export PATH=/opt/local/bin:$PATH
-
virtualenv -p python3.9 .
-
source bin/activate
-
python setup.py bdist_wheel --dist-dir dist3
artifacts
:
paths
:
-
dist3/
build-2.7-macos
:
stage
:
...
...
@@ -107,6 +123,21 @@ test-3.5-macos:
-
cd tests
-
python -m unittest discover
test-3.9-macos-m1
:
stage
:
test
tags
:
-
Apple
dependencies
:
-
build-3.9-macos-m1
script
:
-
export PATH=/opt/local/bin:$PATH
-
virtualenv -p python3.9 .
-
source bin/activate
-
pip install dist3/*.whl
-
cd tests
-
python -m unittest discover
test-2.7-macos
:
stage
:
test
...
...
@@ -162,6 +193,20 @@ deploy-3.5-macos:
artifacts
:
paths
:
-
release/*.whl
deploy-3.9-macos-m1
:
stage
:
deploy
tags
:
-
Apple
dependencies
:
-
build-3.9-macos-m1
script
:
-
mkdir release
-
cp dist3/*.whl release
artifacts
:
paths
:
-
release/*.whl
deploy-2.7-macos
:
stage
:
...
...
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