Fix script paths
This commit is contained in:
parent
9508cd7275
commit
06f71b71d7
@ -2,9 +2,9 @@
|
|||||||
set -eux
|
set -eux
|
||||||
if [[ -n "${BUILD_DEBUG:-}" ]]; then
|
if [[ -n "${BUILD_DEBUG:-}" ]]; then
|
||||||
export BUILD_DEBUG
|
export BUILD_DEBUG
|
||||||
CMAKE_BUILD_TYPE=Debug ./reproduce.sh
|
CMAKE_BUILD_TYPE=Debug ci/reproduce.sh
|
||||||
fi
|
fi
|
||||||
CMAKE_BUILD_TYPE=Release ./reproduce.sh
|
CMAKE_BUILD_TYPE=Release ci/reproduce.sh
|
||||||
CMAKE_BUILD_TYPE=Release-assertions ./reproduce.sh
|
CMAKE_BUILD_TYPE=Release-assertions ci/reproduce.sh
|
||||||
./install.sh
|
ci/install.sh
|
||||||
./release.sh
|
ci/release.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user