Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
eigenpy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
Stack Of Tasks
eigenpy
Commits
b4e15e9e
Unverified
Commit
b4e15e9e
authored
11 months ago
by
Joris Vaillant
Browse files
Options
Downloads
Patches
Plain Diff
ci: Try not to call vcvarsall.bat (should be call by cxx-compiler activation script
parent
ca3f6cce
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/conda/environment_windows.yml
+1
-0
1 addition, 0 deletions
.github/workflows/conda/environment_windows.yml
.github/workflows/windows-conda.yml
+0
-4
0 additions, 4 deletions
.github/workflows/windows-conda.yml
with
1 addition
and
4 deletions
.github/workflows/conda/environment_windows.yml
+
1
−
0
View file @
b4e15e9e
...
@@ -8,5 +8,6 @@ dependencies:
...
@@ -8,5 +8,6 @@ dependencies:
-
pkg-config
-
pkg-config
-
boost
-
boost
-
ccache
-
ccache
-
cxx-compiler
-
ninja
-
ninja
-
scipy
-
scipy
This diff is collapsed.
Click to expand it.
.github/workflows/windows-conda.yml
+
0
−
4
View file @
b4e15e9e
...
@@ -65,10 +65,6 @@ jobs:
...
@@ -65,10 +65,6 @@ jobs:
run
:
|
run
:
|
call conda list
call conda list
:: start building
call "%programfiles%\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" amd64
if errorlevel 1 exit 1
mkdir build
mkdir build
pushd build
pushd build
cmake ^
cmake ^
...
...
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