Megatest

compile.sh at [7ba8688f37]
Login

File tests/installall/tests/sqlite3/compile.sh artifact 4d623937a5 part of check-in 7ba8688f37


#!/usr/bin/env bash

# Run your step here

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

make