mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-25 06:49:36 +03:00
initial gitpod
This commit is contained in:
parent
d2410f9c28
commit
b05987eb80
5
.gitpod.yml
Normal file
5
.gitpod.yml
Normal file
@ -0,0 +1,5 @@
|
||||
tasks:
|
||||
- init: >
|
||||
cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug &&
|
||||
cmake --build build -t all
|
||||
|
Loading…
Reference in New Issue
Block a user