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