mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-11 14:36:25 +08:00
Merge pull request #19 from kvedala/gitpod
Added Gitpod support - online IDE to create, edit and pull programs, build and test run
This commit is contained in:
6
.gitpod.yml
Normal file
6
.gitpod.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
tasks:
|
||||
- init: >
|
||||
pip install cpplint
|
||||
cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON &&
|
||||
cmake --build build -t all
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
# The Algorithms - C++ # {#mainpage}
|
||||
|
||||
[](https://gitpod.io/#https://github.com/TheAlgorithms/C-Plus-Plus)
|
||||
[](https://gitter.im/TheAlgorithms)
|
||||
<a href="https://github.com/kvedala/C-Plus-Plus/blob/master/CONTRIBUTING.md"></a>
|
||||

|
||||

|
||||
|
||||
Reference in New Issue
Block a user