mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
8 lines
123 B
Bash
Executable File
8 lines
123 B
Bash
Executable File
#!/bin/bash
|
|
set -exuo pipefail
|
|
|
|
job_dir=$(dirname "${BASH_SOURCE[0]}")
|
|
|
|
. "${job_dir}"/1-build.sh
|
|
. "${job_dir}"/2-test.sh
|