2019-08-30 11:41:14 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
2020-09-02 16:49:01 +00:00
|
|
|
set -eu
|
|
|
|
|
2019-08-30 11:41:14 +00:00
|
|
|
scripts/r2ghidra.sh \
|
|
|
|
-DCMAKE_C_COMPILER=cl \
|
|
|
|
-DCMAKE_BUILD_TYPE=Release \
|
2020-09-02 16:49:01 +00:00
|
|
|
-DCMAKE_PREFIX_PATH="$APPVEYOR_BUILD_FOLDER/r2_dist;$APPVEYOR_BUILD_FOLDER/r2_dist/include/libr;$APPVEYOR_BUILD_FOLDER/r2_dist/include/libr/sdb" \
|
2020-08-08 15:43:43 +00:00
|
|
|
-DCMAKE_INSTALL_PREFIX="$APPVEYOR_BUILD_FOLDER/r2_dist" \
|
2020-09-06 08:52:13 +00:00
|
|
|
-DRADARE2_INSTALL_PLUGDIR="$APPVEYOR_BUILD_FOLDER/r2_dist/lib/plugins" \
|
|
|
|
-DBUILD_SLEIGH_PLUGIN=OFF
|