Megatest

compile.sh at [8666173eaf]
Login

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


#!/usr/bin/env bash

# Run your step here

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

make