mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08: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