Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
openmesh-python
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
7
Issues
7
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenMesh
openmesh-python
Commits
8ab4c8fb
Commit
8ab4c8fb
authored
Feb 15, 2018
by
Isaak Lim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix windows CI for loops
parent
44311501
Pipeline
#6231
passed with stages
in 5 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
No files found.
.gitlab-ci.yml
View file @
8ab4c8fb
...
@@ -97,7 +97,7 @@ test-3.6-VS2017:
...
@@ -97,7 +97,7 @@ test-3.6-VS2017:
-
virtualenv --clear -p "C:\Program Files\Python36\python.exe" .
-
virtualenv --clear -p "C:\Program Files\Python36\python.exe" .
-
call .\Scripts\activate
-
call .\Scripts\activate
-
cd dist3
-
cd dist3
-
FOR %
wheel in (*.whl) DO pip install %wheel
-
FOR %
%a IN (*.whl) DO pip install %%a
-
cd ..\tests
-
cd ..\tests
-
python -m unittest discover
-
python -m unittest discover
...
@@ -169,7 +169,7 @@ deploy-3.6-VS2017:
...
@@ -169,7 +169,7 @@ deploy-3.6-VS2017:
script
:
script
:
-
mkdir release
-
mkdir release
-
cd dist3
-
cd dist3
-
FOR %
wheel in (*.whl) DO copy %wheel
..\release
-
FOR %
%a IN (*.whl) DO cp %%a
..\release
artifacts
:
artifacts
:
paths
:
paths
:
-
release/*.whl
-
release/*.whl
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment