Megatest

Diff
Login

Differences From Artifact [05188fe512]:

To Artifact [c022c1b5fd]:


1
2
3


4
5
#!/usr/bin/env bash

# Run your step here



CSC_OPTIONS="-I$PREFIX/include -L$PREFIX/lib" $PREFIX/bin/chicken-install $PROX sqlite3



>
>


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