Skip to content

Commit

Permalink
Add release build in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Min Xu <min.m.xu@intel.com>
  • Loading branch information
mxu9 committed Apr 7, 2024
1 parent b58836b commit c7523f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
build:
name: Build binary
runs-on: ubuntu-latest
strategy:
matrix:
build_version: [Debug, Release]
timeout-minutes: 30

steps:
Expand All @@ -28,6 +31,6 @@ jobs:
- name: Build
run: |
cd teeio-validator/build/
cmake -DARCH=x64 -DTOOLCHAIN=GCC -DTARGET=Debug -DCRYPTO=mbedtls ..
cmake -DARCH=x64 -DTOOLCHAIN=GCC -DTARGET=${{matrix.build_version}} -DCRYPTO=mbedtls ..
make -j

0 comments on commit c7523f3

Please sign in to comment.