Skip to content

Commit

Permalink
mac-os-dc-metrics-build-gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
niyatim23 committed Nov 17, 2023
1 parent dde5e17 commit 7be92b5
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,12 @@ jobs:
run: |
cd build
./tst/webrtc_client_test
mac-os-dc-metrics-build-clang:
mac-os-dc-metrics-build-gcc:
runs-on: macos-11
env:
CC: /usr/bin/clang
CXX: /usr/bin/clang++
CC: gcc
CXX: g++
AWS_KVS_LOG_LEVEL: 2
LDFLAGS: -L/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib
CPATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/
permissions:
id-token: write
contents: read
Expand All @@ -72,12 +70,8 @@ jobs:
- name: Build repository
run: |
mkdir build && cd build
cmake .. -DBUILD_TEST=TRUE -DENABLE_SENDING_METRICS_TO_VIEWER=ON -DCOMPILER_WARNINGS=TRUE
cmake .. -DBUILD_TEST=TRUE -DENABLE_SENDING_METRICS_TO_VIEWER=ON
make
- name: Run tests
run: |
cd build
./tst/webrtc_client_test
mac-os-build-gcc:
runs-on: macos-11
env:
Expand Down

0 comments on commit 7be92b5

Please sign in to comment.