mirror of
https://github.com/zeux/pugixml.git
synced 2025-01-14 01:47:55 +08:00
tests: Fix fuzz_setup.sh
The script only worked if clang folder was already created.
This commit is contained in:
parent
101f32884f
commit
0eb1ddb975
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
sudo apt-get --yes install subversion screen gcc g++ cmake ninja-build golang autoconf libtool apache2 python-dev pkg-config zlib1g-dev libgcrypt11-dev
|
sudo apt-get --yes install subversion screen gcc g++ cmake ninja-build golang autoconf libtool apache2 python-dev pkg-config zlib1g-dev libgcrypt11-dev
|
||||||
|
|
||||||
|
mkdir -p clang
|
||||||
cd clang
|
cd clang
|
||||||
git clone https://chromium.googlesource.com/chromium/src/tools/clang
|
git clone https://chromium.googlesource.com/chromium/src/tools/clang
|
||||||
cd ..
|
cd ..
|
||||||
|
Loading…
x
Reference in New Issue
Block a user