Differences From Artifact [8830573241]:
- Executable file tests/installall/tests/ffcall/compile.sh — part of check-in [8666173eaf] at 2013-07-21 23:54:30 on branch dev — Basic installall flow (user: matt, size: 104) [annotate] [blame] [check-ins using]
To Artifact [b1f9ee8d88]:
- Executable file tests/installall/tests/ffcall/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: 135) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 | #!/usr/bin/env bash # Run your step here cd ffcall ./configure --prefix=${PREFIX} --enable-shared make | > > > | 1 2 3 4 5 6 7 8 9 | #!/usr/bin/env bash # Run your step here source $PREFIX/buildsetup.sh cd ffcall ./configure --prefix=${PREFIX} --enable-shared make |