summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-02-14 16:40:42 -0300
committerJesusaves <cpntb1@ymail.com>2021-02-14 16:40:42 -0300
commitea9381a8ddd6d16d0958a10b28cdf68394680dc8 (patch)
treee0b783bb9bac4d625beed2503fcc9a3db4bbfa65 /tools
parentfcfe55a1a9a9b1bf1b9e8c5f38495ab7888bb351 (diff)
downloadevol-hercules-ea9381a8ddd6d16d0958a10b28cdf68394680dc8.tar.gz
evol-hercules-ea9381a8ddd6d16d0958a10b28cdf68394680dc8.tar.bz2
evol-hercules-ea9381a8ddd6d16d0958a10b28cdf68394680dc8.tar.xz
evol-hercules-ea9381a8ddd6d16d0958a10b28cdf68394680dc8.zip
Meh, give up and copy-paste Evol's CI scripts
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ci/jobs/clang10.sh18
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/ci/jobs/clang10.sh b/tools/ci/jobs/clang10.sh
new file mode 100755
index 0000000..df894ae
--- /dev/null
+++ b/tools/ci/jobs/clang10.sh
@@ -0,0 +1,18 @@
+#!/usr/bin/env bash
+
+export CC=clang-10
+export CXX=clang++-10
+export LOGFILE=clang10.log
+
+source ./tools/ci/scripts/init.sh
+
+aptget_install clang-10 \
+ git-core \
+ make autoconf automake autopoint \
+ libtool libmysqlclient-dev libz-dev libpcre3-dev
+
+do_init
+build_init
+
+run_configure $*
+run_make