Skip to content

Commit ecbd1ea

Browse files
committed
jrl: check version is not 0.0
1 parent bb3a42b commit ecbd1ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/jrl-cmakemodules.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@ jobs:
2020
- uses: actions/checkout@v3
2121
with:
2222
submodules: false
23+
path: eigenpy
2324
- run: sudo apt install libboost-all-dev libeigen3-dev python3-numpy
24-
- run: cmake .
25+
- run: cmake -B build -S eigenpy
26+
- run: grep -qvz CMAKE_PROJECT_VERSION:STATIC=0.0 build/CMakeCache.txt

0 commit comments

Comments
 (0)