Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
eigenpy
Commits
d8deb103
Verified
Commit
d8deb103
authored
May 27, 2020
by
Justin Carpentier
Browse files
ci: clean Windows conda build
parent
1bf3d0de
Changes
2
Show whitespace changes
Inline
Side-by-side
.github/workflows/build.yml
View file @
d8deb103
...
...
@@ -21,7 +21,7 @@ jobs:
-
uses
:
goanpeca/setup-miniconda@v1
with
:
activate-environment
:
eigenpy
environment-file
:
ci
/environment.yml
environment-file
:
.github/workflows/conda
/environment.yml
python-version
:
3.7
-
name
:
Build Eigenpy
shell
:
cmd /C CALL {0}
...
...
@@ -42,8 +42,6 @@ jobs:
-DCMAKE_INSTALL_PREFIX=%CONDA_PREFIX%\Library ^
-DCMAKE_BUILD_TYPE=Release ^
-DEIGENPY_SITELIB_ROOT=%CONDA_PREFIX% ^
-DEIGEN3_FOUND=1 ^
-DEIGEN3_INCLUDE_DIRS=%CONDA_PREFIX%\Library\include\eigen3 ^
-DPYTHON_EXECUTABLE=%CONDA_PREFIX%\python.exe ^
..
cmake --build . --config Release --target install
...
...
ci
/environment.yml
→
.github/workflows/conda
/environment.yml
View file @
d8deb103
File moved
Write
Preview
Supports
Markdown
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