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
14fb2b3a
Unverified
Commit
14fb2b3a
authored
1 year ago
by
Justin Carpentier
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #358 from jcarpent/devel
Fix CI + sync submodule cmake
parents
28e676a6
bf56d284
No related branches found
No related tags found
No related merge requests found
Pipeline
#27228
passed with warnings
1 year ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/macos-linux-conda.yml
+3
-3
3 additions, 3 deletions
.github/workflows/macos-linux-conda.yml
cmake
+1
-1
1 addition, 1 deletion
cmake
with
4 additions
and
4 deletions
.github/workflows/macos-linux-conda.yml
+
3
−
3
View file @
14fb2b3a
...
...
@@ -7,7 +7,7 @@ jobs:
name
:
${{ matrix.os }} - ${{ matrix.build_type }} ${{ matrix.cxx_options }}
runs-on
:
${{ matrix.os }}
env
:
CCACHE_DIR
:
/github/home/
.ccache
# Enable ccache
CCACHE_DIR
:
.ccache
# Enable ccache
strategy
:
fail-fast
:
false
...
...
@@ -46,7 +46,7 @@ jobs:
shell
:
bash -l {0}
run
:
|
conda activate eigenpy
conda install cmake
-c main
conda install cmake
ccache -c conda-forge
conda list
-
name
:
Build EigenPy
...
...
@@ -58,7 +58,7 @@ jobs:
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX -DCMAKE_
BUILD_TYPE=Releas
e -DPYTHON_EXECUTABLE=$(which python3) -DGENERATE_PYTHON_STUBS=ON -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DCMAKE_CXX_FLAGS=${{ matrix.cxx_options }}
cmake .. -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX -DCMAKE_
CXX_COMPILER_LAUNCHER=ccach
e -DPYTHON_EXECUTABLE=$(which python3) -DGENERATE_PYTHON_STUBS=ON -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DCMAKE_CXX_FLAGS=${{ matrix.cxx_options }}
make
make build_tests
export CTEST_OUTPUT_ON_FAILURE=1
...
...
This diff is collapsed.
Click to expand it.
cmake
@
110a0188
Compare
6f76c37d
...
110a0188
Subproject commit
6f76c37d7e2a002b2be138e4a0fb383e3043eb9c
Subproject commit
110a0188d45b0cd01ab0a7c92a2b22e8452d16ea
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