Skip to content

Commit 6557fc3

Browse files
committed
Build _core and franka only in CI
1 parent 248da6b commit 6557fc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ cpplint:
1515
gcccompile:
1616
pip install --upgrade --requirement requirements_dev.txt
1717
cmake -DCMAKE_BUILD_TYPE=${COMPILE_MODE} -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -B build -G Ninja
18-
cmake --build build
18+
cmake --build build --target _core franka
1919

2020
clangcompile:
2121
pip install --upgrade --requirement requirements_dev.txt
2222
cmake -DCMAKE_BUILD_TYPE=${COMPILE_MODE} -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -B build -G Ninja
23-
cmake --build build
23+
cmake --build build --target _core franka
2424

2525
# Auto generation of CPP binding stub files
2626
stubgen:

0 commit comments

Comments
 (0)