Megatest

install.sh at [6fc6b23e48]
Login

File tests/installall/tests/chicken/install.sh artifact 47d124f75d part of check-in 6fc6b23e48


#!/usr/bin/env bash

# Run your step here

source $PREFIX/buildsetup.sh
# source $PREFIX

cd chicken-${CHICKEN_VERSION}
make PLATFORM=${PLATFORM} PREFIX=${PREFIX} install

ls -l ${PREFIX}/bin