Skip to content

Commit

Permalink
ws_io (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdarwin authored Nov 19, 2024
1 parent bd3e06a commit fb48a43
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jenkinsfiles/antora_libraries_1
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,12 @@ pipeline {
pushd $BOOST_ROOT/libs
git clone https://github.com/${EXTRA_LIB} -b $BOOST_BRANCH --depth 1
popd
else
# refresh extra lib:
pushd $BOOST_ROOT/libs/${EXTRA_LIB_REPO}
git checkout $BOOST_BRANCH || true
git pull || true
popd
fi
done

Expand Down
5 changes: 5 additions & 0 deletions scripts/cppalliance_ws_io_prebuild.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

set -xe
echo "export PRTEST=prtest3" >> jenkinsjobinfo.sh
echo "export EXTRA_BOOST_LIBRARIES='cppalliance/buffers cppalliance/http_proto cppalliance/ws_proto'" >> jenkinsjobinfo.sh

0 comments on commit fb48a43

Please sign in to comment.