Skip to content
Snippets Groups Projects
Commit 95ea238f authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-446: Add explicit build step to use our own build parameters

parent db5cd9e4
No related branches found
No related tags found
1 merge request!169L2SS-466: Introduce separate LOG_HOSTNAME to send logs to, representing the...
...@@ -9,8 +9,13 @@ if [ -z "$LOFAR20_DIR" ]; then ...@@ -9,8 +9,13 @@ if [ -z "$LOFAR20_DIR" ]; then
LOFAR20_DIR=$(readlink -f "${LOFAR20_DIR_RELATIVE}") LOFAR20_DIR=$(readlink -f "${LOFAR20_DIR_RELATIVE}")
fi fi
# Start and stop sequence
cd "$LOFAR20_DIR/docker-compose" || exit 1 cd "$LOFAR20_DIR/docker-compose" || exit 1
# Make sure builds are recent, and use our building parameters.
make build device-sdp device-recv device-sst device-unb2 device-xst sdptr-sim recv-sim unb2-sim apsct-sim apspu-sim
make build databaseds dsconfig elk integration-test
# Start and stop sequence
make stop device-sdp device-recv device-sst device-unb2 device-xst sdptr-sim recv-sim unb2-sim apsct-sim apspu-sim make stop device-sdp device-recv device-sst device-unb2 device-xst sdptr-sim recv-sim unb2-sim apsct-sim apspu-sim
make start databaseds dsconfig elk make start databaseds dsconfig elk
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment