Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenMesh
openmesh-python
Commits
879dee38
Commit
879dee38
authored
Jul 16, 2020
by
Isaak Lim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CI/build-3.7-VS2017.bat, CI/test-3.7-VS2017.bat, .gitlab-ci.yml files
parent
f5d347c4
Pipeline
#14706
failed with stages
in 1 minute and 30 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
15 deletions
+13
-15
.gitlab-ci.yml
.gitlab-ci.yml
+2
-15
CI/build-3.7-VS2017.bat
CI/build-3.7-VS2017.bat
+4
-0
CI/test-3.7-VS2017.bat
CI/test-3.7-VS2017.bat
+7
-0
No files found.
.gitlab-ci.yml
View file @
879dee38
...
...
@@ -15,13 +15,7 @@ build-3.7-VS2017:
before_script
:
-
git submodule sync --recursive
-
git submodule update --init --recursive
script
:
-
echo "%PATH%"
-
set PATH="C:\Program Files\Python37;C:\Program Files\Python37\Scripts;C:\Program Files\CMake\bin;%PATH%"
-
echo "%PATH%"
-
virtualenv -p "C:\Program Files\Python37\python.exe" .
-
call .\Scripts\activate
-
python setup.py bdist_wheel --dist-dir dist3
script
:
"
CI
\\
build-3.7-VS2017.bat"
artifacts
:
paths
:
-
dist3/
...
...
@@ -98,14 +92,7 @@ test-3.7-VS2017:
-
python37
dependencies
:
-
build-3.7-VS2017
script
:
-
set PATH="C:\Program Files\Python37;C:\Program Files\Python37\Scripts;%PATH%"
-
virtualenv -p "C:\Program Files\Python37\python.exe" .
-
call .\Scripts\activate
-
cd dist3
-
FOR %%a IN (*.whl) DO pip install %%a
-
cd ..\tests
-
python -m unittest discover
script
:
"
CI
\\
test-3.7-VS2017.bat"
test-3.7-linux
:
stage
:
...
...
CI/build-3.7-VS2017.bat
0 → 100644
View file @
879dee38
set
PATH
=
"C:\Program Files\Python37;C:\Program Files\Python37\Scripts;C:\Program Files\CMake\bin;
%PATH%
"
virtualenv
-p
"C:\Program Files\Python37\python.exe"
.
call
.\Scripts\activate
python
setup
.py
bdist_wheel
--dist-dir
dist3
\ No newline at end of file
CI/test-3.7-VS2017.bat
0 → 100644
View file @
879dee38
set
PATH
=
"C:\Program Files\Python37;C:\Program Files\Python37\Scripts;
%PATH%
"
virtualenv
-p
"C:\Program Files\Python37\python.exe"
.
call
.\Scripts\activate
cd
dist3
FOR
%%a
IN
(*
.whl
)
DO
pip
install
%%a
cd
..\tests
python
-m
unittest
discover
\ No newline at end of file
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