updated jenkins file
This commit is contained in:
parent
6155b037ef
commit
d1bd700bae
@ -27,6 +27,7 @@ function exec_script {
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
exec_script build_boringssl.sh
|
exec_script build_boringssl.sh
|
||||||
exec_script build_breakpad.sh
|
exec_script build_breakpad.sh
|
||||||
exec_script build_cxxterminal.sh
|
exec_script build_cxxterminal.sh
|
||||||
|
@ -2,5 +2,5 @@ cd breakpad/
|
|||||||
git clone https://chromium.googlesource.com/linux-syscall-support src/third_party/lss
|
git clone https://chromium.googlesource.com/linux-syscall-support src/third_party/lss
|
||||||
cd build
|
cd build
|
||||||
../configure
|
../configure
|
||||||
make CXXFLAGS="-std=c++11"
|
make CXXFLAGS="-std=c++11 -I../../boringssl/include/"
|
||||||
sudo make install
|
sudo make install
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
cd ed25519/build/
|
cd ed25519/build/
|
||||||
cmake ..
|
cmake .. -DCMAKE_C_FLAGS="-I../../boringssl/include/"
|
||||||
make -j 12
|
make -j 12
|
||||||
sudo make install
|
sudo make install
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
cd event/build/
|
cd event/build/
|
||||||
cmake .. -DCMAKE_C_FLAGS="-fPIC"
|
cmake .. -DCMAKE_C_FLAGS="-fPIC -I../../boringssl/include/" -DEVENT__DISABLE_TESTS=ON -DEVENT__DISABLE_OPENSSL=ON
|
||||||
make -j 12
|
make -j 12
|
||||||
sudo make install
|
sudo make install
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
cd mysqlconnector/build
|
cd mysqlconnector/build
|
||||||
cmake .. -DCMAKE_CXX_FLAGS="-static-libgcc -static-libstdc++" -DWITH_JDBC=ON
|
cmake .. -DCMAKE_CXX_FLAGS="-static-libgcc -static-libstdc++ -I../../boringssl/include/"-DWITH_JDBC=ON
|
||||||
make -j 12
|
make -j 12
|
||||||
sudo make install
|
sudo make install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user