Skip to content

Commit

Permalink
run otel_sdk_build.cmd in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dstanev-atvi committed Dec 18, 2023
1 parent 5571cf4 commit d1112e6
Showing 1 changed file with 24 additions and 13 deletions.
37 changes: 24 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ on:
branches: [ main ]

jobs:
otel_sdk_build:
name: otel sdk build
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: setup
run: |
./ci/install_windows_bazelisk.ps1
- name: run tests
run: ./otel_sdk_build.cmd

# cmake_test:
# name: CMake test (without otlp-exporter)
# runs-on: ubuntu-latest
Expand Down Expand Up @@ -188,19 +199,19 @@ jobs:
# run: |
# (cd ./functional/otlp; ./run_test.sh)

cmake_msvc_maintainer_test:
name: CMake msvc (maintainer mode)
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: setup
run: |
./ci/setup_windows_cmake.ps1
./ci/setup_windows_ci_environment.ps1
- name: run tests
run: ./ci/do_ci.ps1 cmake.maintainer.test
# cmake_msvc_maintainer_test:
# name: CMake msvc (maintainer mode)
# runs-on: windows-latest
# steps:
# - uses: actions/checkout@v4
# with:
# submodules: 'recursive'
# - name: setup
# run: |
# ./ci/setup_windows_cmake.ps1
# ./ci/setup_windows_ci_environment.ps1
# - name: run tests
# run: ./ci/do_ci.ps1 cmake.maintainer.test

# cmake_msvc_maintainer_test_stl_cxx20:
# name: CMake msvc (maintainer mode) with C++20
Expand Down

0 comments on commit d1112e6

Please sign in to comment.