Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ name: CI
on:
pull_request:
push:
branches:
- 'main'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -30,11 +32,11 @@ jobs:
x4:
- '.github/workflows/*.yml'
- 'CMakeLists.txt'
- 'test/CMakeLists.txt'
- 'include/iris/config.hpp'
- 'include/iris/core/**/*.hpp'
- 'include/iris/x4/**/*'
- 'include/iris/x4.hpp'
- 'include/iris/x4/**/*'
- 'test/CMakeLists.txt'
- 'test/x4/**/*'

# ^^^ TODO: move `config.hpp` and `core/*` to `iris-cpp/iris` and remove the corresponding paths from above
Expand Down Expand Up @@ -265,7 +267,7 @@ jobs:
shell: bash
run: |
set -xe
cp -rp "${{ github.workspace }}" libs/iris_x4
cp -rp "${{ github.workspace }}/." libs/iris_x4
cd libs/iris_x4
cmake ${{ steps.deps-info.outputs.IRIS_X4_CMAKE_ARGS }} -B build \
-DCMAKE_CXX_COMPILER=${{ matrix.compiler.executable }} \
Expand Down
15 changes: 0 additions & 15 deletions index.html

This file was deleted.

File renamed without changes.
File renamed without changes.
Loading