blob: 2af20075a4d676b9d618222e56ef99d8d70c9c2f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
image: "flowdalic/debian-dev:1.4"
before_script:
- apt update -qq
- >
apt install -y --no-install-recommends
git
cmake
pipenv
- pipenv install --dev
allocbench:
script:
pipenv run make check
|