Commit cd466c4c authored by AdamSimpson's avatar AdamSimpson
Browse files

fix deployment make target for cb-images

parent 07e1f7b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ rm -rf build && mkdir build && cd build
CC=gcc CXX=g++ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=${SW_ROOT} ..
make container-builder
make cb-status
make images
make cb-images
cmake -DCOMPONENT=client -P cmake_install.cmake

# Generate a public modulefile
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ rm -rf build && mkdir build && cd build
CC=gcc CXX=g++ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=${SW_ROOT} ..
make container-builder
make cb-status
make images
make cb-images
cmake -DCOMPONENT=client -P cmake_install.cmake

# Generate a public modulefile
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ rm -rf build && mkdir build && cd build
CC=gcc CXX=g++ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=${SW_ROOT} ..
make container-builder
make cb-status
make images
make cb-images
cmake -DCOMPONENT=client -P cmake_install.cmake

# Generate a public modulefile