0a12dac40b
add ci directory with 3 basic jobs.
7 lines
93 B
Bash
Executable File
7 lines
93 B
Bash
Executable File
#!/bin/bash
|
|
set -exuo pipefail
|
|
|
|
job_dir=$(dirname "${BASH_SOURCE[0]}")
|
|
|
|
"${job_dir}"/docs.sh
|