Skip to content

Commit

Permalink
ci:
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyTubongbanua committed Aug 13, 2023
1 parent 8d4e838 commit d6c39b6
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches: [trunk]

jobs:
unit_tests:
unit_tests_atchops:
runs-on: ${{ matrix.os }}
continue-on-error: true # if one matrix cell fails, the other ones keep going :)
strategy:
Expand All @@ -30,17 +30,10 @@ jobs:
# # test-args: -V --output-on-failure

- name: CMake Configure
# if: ${{ (matrix.os != 'windows-latest') || (matrix.package != 'atchops') }}
working-directory: packages/${{matrix.package}}
run: |
cmake -S . -B build -DATCLIENT_BUILD_TESTS=ON -DATCHOPS_BUILD_TESTS=ON
# - name: CMake Configure (Windows AtChops)
# if: ${{ (matrix.os == 'windows-latest') && (matrix.package == 'atchops') }}
# working-directory: packages/${{matrix.package}}
# run: |
# cmake -S . -B build -DATCHOPS_BUILD_TESTS=ON -DWINDOWS_BUILD=1 -DWINDOWS=1

- name: Build and Install (Linux/MacOS)
if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' }}
working-directory: packages/${{matrix.package}}
Expand All @@ -61,6 +54,7 @@ jobs:
- name: CTest (Windows)
timeout-minutes: 1
continue-on-error: true
if: ${{ matrix.os == 'windows-latest' }}
working-directory: packages/${{ matrix.package}}/build/tests
run: |
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d6c39b6

Please sign in to comment.