diff options
| author | Arthur Azevedo de Amorim | 2021-03-09 09:57:19 -0500 |
|---|---|---|
| committer | Arthur Azevedo de Amorim | 2021-03-11 14:29:10 -0500 |
| commit | b1dec36c75d883f84babe534be3a47d44633f4f7 (patch) | |
| tree | 9e3e386e890df596ddd79f55a16e84d74192fbef /dev/ci/ci-deriving.sh | |
| parent | b55216ab3509f48e45aac035f1b799529d068f51 (diff) | |
Add deriving lib to CI.
Diffstat (limited to 'dev/ci/ci-deriving.sh')
| -rwxr-xr-x | dev/ci/ci-deriving.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev/ci/ci-deriving.sh b/dev/ci/ci-deriving.sh new file mode 100755 index 0000000000..ec3625c177 --- /dev/null +++ b/dev/ci/ci-deriving.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env bash + +ci_dir="$(dirname "$0")" +. "${ci_dir}/ci-common.sh" + +install_ssreflect + +git_download deriving + +( cd "${CI_BUILD_DIR}/deriving" && make && make tests && make install ) |
