Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gitpod setup #72

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
install
/.vscode
/.theia
*.log
*.bak
.clangd
Expand Down
11 changes: 3 additions & 8 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,16 @@ image:

vscode:
extensions:
- [email protected]:9s7m9CWOr6i6NZ7CNNF4kw==
- [email protected]:D4zHFORWBgqtZI9hwWYNvA==
- [email protected]:Pq/tmf2WN3SanVzB4xZc1g==
- [email protected]:xTXH1VQyqquz2hjSx7fGWQ==
- twxs.cmake
- ms-vscode.cmake-tools

tasks:
- init: |
mkdir .theia && ln $(pwd)/.gitpod/.theia/settings.json .theia && ln $(pwd)/.gitpod/.theia/launch.json .theia
mkdir .vscode && ln $(pwd)/.gitpod/.vscode/cmake-kits.json .vscode
ln -s $(pwd)/.gitpod/.vscode $(pwd)
mkdir build
cmake -DCMAKE_INSTALL_PREFIX=/workspace/cmakels/install -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -DCMAKE_BUILD_TYPE:STRING=Debug -H/workspace/cmakels -B/workspace/cmakels/build "-GUnix Makefiles"
ln -s /workspace/cmakels/build/compile_commands.json .
prebuild: |
mkdir -p build/.clangd
cmake --build /workspace/cmakels/build/ --parallel $(nproc)
clangd-indexer-10-rc1 --executor=all-TUs compile_commands.json > /workspace/cmakels/build/.clangd/clangd.dex

github:
Expand Down
File renamed without changes.
File renamed without changes.