Megatest

compile.sh at [64f440e2e1]
Login

File tests/installall/tests/sqlite3/compile.sh artifact e12d00dc21 part of check-in 64f440e2e1


#!/usr/bin/env bash

# Run your step here

source $PREFIX/buildsetup.sh

cd sqlite-autoconf-$SQLITE3_VERSION
./configure --prefix=$PREFIX

make