12 lines
195 B
Bash
Executable file
12 lines
195 B
Bash
Executable file
set -ex
|
|
|
|
cd bar
|
|
${LAKE:-../../../build/bin/lake} update
|
|
${LAKE:-../../../build/bin/lake} build
|
|
cd ..
|
|
|
|
|
|
cd foo
|
|
${LAKE:-../../../build/bin/lake} update
|
|
${LAKE:-../../../build/bin/lake} build
|
|
cd ..
|