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
92 changes: 0 additions & 92 deletions .github/actions/setup/action.yml

This file was deleted.

193 changes: 0 additions & 193 deletions .github/workflows/build.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
compiler:
name: MSVC

uses: ./.github/workflows/build.yml
uses: iris-cpp/iris/.github/workflows/build.yml@main
with:
os-name: ${{ matrix.os.name }}
os-version: ${{ matrix.os.version }}
Expand Down
6 changes: 2 additions & 4 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@
# https://www.boost.org/LICENSE_1_0.txt

if(PROJECT_IS_TOP_LEVEL)
option(IRIS_TEST_ALLOY "test alloy" ON)
if(IRIS_TEST_ALLOY)
if(NOT DEFINED IRIS_CI_COMPONENT OR IRIS_CI_COMPONENT STREQUAL alloy)
add_subdirectory(alloy)
endif()
option(IRIS_TEST_X4 "test x4" ON)
if(IRIS_TEST_X4)
if(NOT DEFINED IRIS_CI_COMPONENT OR IRIS_CI_COMPONENT STREQUAL x4)
add_subdirectory(x4)
endif()
endif()
Loading