Skip to content

Commit

Permalink
Update ci_extended.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
spectre-ns committed Nov 6, 2023
1 parent d4f970b commit f0dff21
Showing 1 changed file with 0 additions and 46 deletions.
46 changes: 0 additions & 46 deletions .github/workflows/ci_extended.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,49 +61,3 @@ jobs:
- name: Run tests
working-directory: build
run: ctest --output-on-failure

clang:

strategy:
fail-fast: false
matrix:
runs-on: [windows-latest]

defaults:
run:
shell: bash -l {0}

name: ${{ matrix.runs-on }} • clang - default
runs-on: ${{ matrix.runs-on }}
steps:

- name: Setup clang
run: |
echo "CC=clang" >> $GITHUB_ENV
echo "CXX=clang++" >> $GITHUB_ENV
- name: Checkout code
uses: actions/checkout@v3

- name: Set conda environment
uses: mamba-org/provision-with-micromamba@main
with:
environment-name: myenv
environment-file: environment-dev.yml
extra-specs: |
sel(win): ninja
- name: Configure using CMake
run: cmake -Bbuild -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX -DBUILD_TESTS=ON -G Ninja ${{ matrix.sys.flags }}

- name: Install
working-directory: build
run: cmake --install .

- name: Build
working-directory: build
run: cmake --build . --target test_xtensor_lib --parallel 8

- name: Run tests
working-directory: build
run: ctest -R ^xtest$ --output-on-failure

0 comments on commit f0dff21

Please sign in to comment.