Differences From Artifact [05188fe512]:
- Executable file tests/installall/tests/sqlite3/installegg.sh — part of check-in [8666173eaf] at 2013-07-21 23:54:30 on branch dev — Basic installall flow (user: matt, size: 131) [annotate] [blame] [check-ins using]
To Artifact [c022c1b5fd]:
- Executable file tests/installall/tests/sqlite3/installegg.sh — part of check-in [e165458b7b] at 2013-07-22 13:57:44 on branch dev — Megatest based installall mostly done (user: mrwellan, size: 161) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 | 1 2 3 4 5 6 7 | + + | #!/usr/bin/env bash # Run your step here source $PREFIX/buildsetup.sh CSC_OPTIONS="-I$PREFIX/include -L$PREFIX/lib" $PREFIX/bin/chicken-install $PROX sqlite3 |