Differences From Artifact [4d623937a5]:
- Executable file tests/installall/tests/sqlite3/compile.sh — part of check-in [8666173eaf] at 2013-07-21 23:54:30 on branch dev — Basic installall flow (user: matt, size: 114) [annotate] [blame] [check-ins using]
To Artifact [e12d00dc21]:
- Executable file tests/installall/tests/sqlite3/compile.sh — part of check-in [e165458b7b] at 2013-07-22 13:57:44 on branch dev — Megatest based installall mostly done (user: mrwellan, size: 144) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 | #!/usr/bin/env bash # Run your step here cd sqlite-autoconf-$SQLITE3_VERSION ./configure --prefix=$PREFIX make | > > | 1 2 3 4 5 6 7 8 9 10 | #!/usr/bin/env bash # Run your step here source $PREFIX/buildsetup.sh cd sqlite-autoconf-$SQLITE3_VERSION ./configure --prefix=$PREFIX make |