Skip to content

Commit

Permalink
CICD: Fix build compile command
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed Sep 23, 2023
1 parent e3e379d commit 9feb8a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions scripts/compil.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@

$ErrorActionPreference = 'Stop'

cmake -S . -B build -DCMAKE_EXPORT_COMPILE_COMMANDS=ON

cmake --build build
4 changes: 3 additions & 1 deletion scripts/compil.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@

set -ex

cmake --build build -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
cmake -S . -B build -DCMAKE_EXPORT_COMPILE_COMMANDS=ON

cmake --build build

0 comments on commit 9feb8a1

Please sign in to comment.