Beef up the tests

This commit is contained in:
2020-01-09 15:07:15 +01:00
parent 291558edad
commit ddf292ab77
9 changed files with 275 additions and 83 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/sh
set -eux
#sudo brew reinstall gmp
exit 0

View File

@@ -0,0 +1,6 @@
#!/bin/sh
set -eux
sudo apt-get update -y
sudo apt-get install -y libnuma-dev

View File

@@ -0,0 +1,11 @@
#!/bin/sh
set -eux
# install shellcheck
wget https://storage.googleapis.com/shellcheck/shellcheck-latest.linux.x86_64.tar.xz
tar -xJf shellcheck-latest.linux.x86_64.tar.xz
mkdir -p "$CI_PROJECT_DIR"/.local/bin/
mv shellcheck-latest/shellcheck "$CI_PROJECT_DIR"/.local/bin/shellcheck