Skip to content

Commit

Permalink
nit: Update taskfile formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Van Eenwyk <[email protected]>
  • Loading branch information
joelvaneenwyk committed Jul 9, 2024
1 parent 03de0bb commit 5c2c965
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@ tasks:
build:
cmds:
- cmd: git submodule update --init --recursive --checkout
- cmd: cmake -B .build -S .
- cmd: cmake --build .build
- cmd: >-
cmake
-B .build -S .
-DTARGET_BUILD_PLATFORM=linux
- cmd: >-
cmake --build .build

0 comments on commit 5c2c965

Please sign in to comment.