Skip to content

Commit

Permalink
Merge branch 'v3.001-dev' into v3.006-dev-new
Browse files Browse the repository at this point in the history
* v3.001-dev:
  GHA: Compile: Fixes uploading artifacts after compilation
  GHA: Compile: Ignores compiling platform files
  Fixing CompileTest
  Fixes compilation errors on build 4275
  GHA: Test: Includes compile workflow
  Disables TradeSignalManager.test.cpp test due to errors
  Generic ArraySize() now takes reference to constant.
  • Loading branch information
kenorb committed Apr 27, 2024
2 parents cfe9343 + 53b8c0c commit 1beff41
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/compile-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
jobs:

FileList:
if: ${{ false }} # @fixme
outputs:
filelist: ${{ steps.get-files.outputs.filelist }}
runs-on: ubuntu-latest
Expand All @@ -29,6 +30,7 @@ jobs:
run: echo ${{ steps.get-files.outputs.filelist }}

Compile:
if: ${{ false }} # @fixme
runs-on: ubuntu-latest
needs: [FileList]
strategy:
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 1beff41

Please sign in to comment.