diff options
author | terminaldweller <thabogre@gmail.com> | 2021-02-19 14:52:22 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-02-19 14:52:22 +0000 |
commit | 5d7b4eb744d0ed438dbea0b5552a416db2c951a2 (patch) | |
tree | 03091797c1f6a38ae3e709c452c583875e82d48a /.gitpod.yml | |
parent | updated the readme accordingly with the new cmake build (diff) | |
parent | update for gitpod (diff) | |
download | cgrep-5d7b4eb744d0ed438dbea0b5552a416db2c951a2.tar.gz cgrep-5d7b4eb744d0ed438dbea0b5552a416db2c951a2.zip |
Merge branch 'master' into cmake
Diffstat (limited to '.gitpod.yml')
-rw-r--r-- | .gitpod.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..c5f62f8 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,5 @@ +image: + file: .gitpod.Dockerfile + +tasks: + - init: make CXX=clang-9 LLVM_CONF=llvm-config-9 |