xref: /reactos/.gitpod.yml (revision 04d0d95b)
1*04d0d95bSJérôme Gardoutasks:
2*04d0d95bSJérôme Gardou  - before: >
3*04d0d95bSJérôme Gardou      brew install cmake ninja
4*04d0d95bSJérôme Gardou    init: >
5*04d0d95bSJérôme Gardou      mkdir -p /workspace/reactos/build &&
6*04d0d95bSJérôme Gardou      cd /workspace/reactos/build &&
7*04d0d95bSJérôme Gardou      cmake .. -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DGDB:BOOL=TRUE -DSEPARATE_DBG:BOOL=TRUE -D_WINKD_:BOOL=TRUE -DKDBG:BOOL=FALSE -DENABLE_ROSTESTS:BOOL=TRUE -DCMAKE_TOOLCHAIN_FILE=toolchain-gcc.cmake -G "Ninja" &&
8*04d0d95bSJérôme Gardou      ninja xdk psdk
9*04d0d95bSJérôme Gardou    command: >
10*04d0d95bSJérôme Gardou      cd /workspace/reactos/build &&
11*04d0d95bSJérôme Gardou      ninja all
12*04d0d95bSJérôme Gardou
13*04d0d95bSJérôme Gardouimage:
14*04d0d95bSJérôme Gardou  file: .gitpod.Dockerfile
15*04d0d95bSJérôme Gardou
16*04d0d95bSJérôme Gardouvscode:
17*04d0d95bSJérôme Gardou  extensions:
18*04d0d95bSJérôme Gardou    - ms-vscode.cpptools@0.27.0-insiders3:Djj3Csw0GXjmueWAPWvTsg==
19