Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fintarin committed Apr 5, 2024
1 parent 68dc823 commit 29b5183
Show file tree
Hide file tree
Showing 454 changed files with 0 additions and 38,069 deletions.
72 changes: 0 additions & 72 deletions .github/workflows/analysis.yml

This file was deleted.

105 changes: 0 additions & 105 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,79 +18,6 @@ jobs:
strategy:
matrix:
config:
- {
name: Ubuntu GCC Release Shared,
os: ubuntu-latest,
cc: gcc,
cxx: g++,
build-type: Release,
shared: ON,
}
- {
name: Ubuntu GCC Debug Static,
os: ubuntu-latest,
cc: gcc,
cxx: g++,
build-type: Debug,
shared: OFF,
}
- {
name: Ubuntu Clang Release Shared,
os: ubuntu-latest,
cc: clang,
cxx: clang++,
build-type: Release,
shared: ON,
}
- {
name: Ubuntu Clang Debug Static,
os: ubuntu-latest,
cc: clang,
cxx: clang++,
build-type: Debug,
shared: OFF,
}
# TODO: remove version specifiers after macos-latest upgrades to version 13
- {
name: macOS GCC Release Shared,
os: macos-13,
cc: gcc,
cxx: g++,
build-type: Release,
shared: ON,
}
- {
name: macOS GCC Debug Static,
os: macos-13,
cc: gcc,
cxx: g++,
build-type: Debug,
shared: OFF,
}
- {
name: macOS Clang Release Shared,
os: macos-13,
cc: clang,
cxx: clang++,
build-type: Release,
shared: ON,
}
- {
name: macOS Clang Debug Static,
os: macos-13,
cc: clang,
cxx: clang++,
build-type: Debug,
shared: OFF,
}
- {
name: Windows GCC Release Shared,
os: windows-latest,
cc: gcc,
cxx: g++,
build-type: Release,
shared: ON,
}
- {
name: Windows GCC Debug Static,
os: windows-latest,
Expand All @@ -99,38 +26,6 @@ jobs:
build-type: Debug,
shared: OFF,
}
- {
name: Windows Clang Release Shared,
os: windows-latest,
cc: clang,
cxx: clang++,
build-type: Release,
shared: ON,
}
- {
name: Windows Clang Debug Static,
os: windows-latest,
cc: clang,
cxx: clang++,
build-type: Debug,
shared: OFF,
}
- {
name: Windows MSVC Release Shared,
os: windows-latest,
cc: msvc,
cxx: msvc,
build-type: Release,
shared: ON,
}
- {
name: Windows MSVC Debug Static,
os: windows-latest,
cc: msvc,
cxx: msvc,
build-type: Debug,
shared: OFF,
}

steps:
- name: Checkout
Expand Down
61 changes: 0 additions & 61 deletions .github/workflows/coverage.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/sanitizer.yml

This file was deleted.

48 changes: 0 additions & 48 deletions .github/workflows/style.yml

This file was deleted.

9 changes: 0 additions & 9 deletions include/fintamath/config/Config.hpp

This file was deleted.

30 changes: 0 additions & 30 deletions include/fintamath/core/Cache.hpp

This file was deleted.

Loading

0 comments on commit 29b5183

Please sign in to comment.