diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2020-06-03 14:53:23 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2020-06-03 14:53:23 +0200 |
| commit | 27ecb42301eab30c525d2c611dcbe64aa5cb3b67 (patch) | |
| tree | 7fae9d5dc62b30c31238673e85da436f2e7c6e1d | |
| parent | 8f51ef2fa5d4222cefa50461a74c3a68e256f8e5 (diff) | |
| download | allocbench-27ecb42301eab30c525d2c611dcbe64aa5cb3b67.tar.gz allocbench-27ecb42301eab30c525d2c611dcbe64aa5cb3b67.zip | |
[gitlab-ci] add gitlab-ci config
| -rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..cad3699 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,5 @@ +image: "debian:buster-backports" + +allocbench: + script: + make check |
