mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
06d88ddc88
Also, add an ubuntu-20 reusable devcontainer. Signed-off-by: Roman Gershman <roman@dragonflydb.io>
6 lines
262 B
Bash
Executable file
6 lines
262 B
Bash
Executable file
#!/bin/bash
|
|
|
|
containerWorkspaceFolder=$1
|
|
git config --global --add safe.directory ${containerWorkspaceFolder}/helio
|
|
mkdir -p /root/.local/share/CMakeTools
|
|
cp ${containerWorkspaceFolder}/.devcontainer/ubuntu20/cmake-tools-kits.json /root/.local/share/CMakeTools/
|