Skip to content

Commit

Permalink
Revert "[ci] Try to understand msvc issue through compile_commands"
Browse files Browse the repository at this point in the history
This reverts commit b611fc3.
  • Loading branch information
jcelerier committed Jun 2, 2023
1 parent b611fc3 commit 2101558
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ossia-pd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ jobs:
run: |
call ci\msvc.bat
cmake -B build -S %GITHUB_WORKSPACE% -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -GNinja -DOSSIA_PD_ONLY=1 -DOSSIA_CI=1 -DCMAKE_SYSTEM_VERSION=7 -DCMAKE_INSTALL_PREFIX=install -DCMAKE_BUILD_TYPE=Release
type build\compile_commands.json
cmake -B build -S %GITHUB_WORKSPACE% -GNinja -DOSSIA_PD_ONLY=1 -DOSSIA_CI=1 -DCMAKE_SYSTEM_VERSION=7 -DCMAKE_INSTALL_PREFIX=install -DCMAKE_BUILD_TYPE=Release
cmake --build build
cmake --install build
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ossia-unity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,7 @@ jobs:
run: |
call ci\msvc.bat
cmake -B build -S %GITHUB_WORKSPACE% -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -GNinja -DOSSIA_CI=1 -DOSSIA_UNITY3D_ONLY=1 -DCMAKE_SYSTEM_VERSION=7 -DCMAKE_INSTALL_PREFIX=install -DCMAKE_BUILD_TYPE=Release
type build\compile_commands.json
cmake -B build -S %GITHUB_WORKSPACE% -GNinja -DOSSIA_CI=1 -DOSSIA_UNITY3D_ONLY=1 -DCMAKE_SYSTEM_VERSION=7 -DCMAKE_INSTALL_PREFIX=install -DCMAKE_BUILD_TYPE=Release
cmake --build build
cmake --install build
Expand Down

0 comments on commit 2101558

Please sign in to comment.