From d5e5ecd8f132acf569db8b713f758d71cc3dd9aa Mon Sep 17 00:00:00 2001 From: kmato Date: Thu, 11 Apr 2024 15:46:26 +0200 Subject: [PATCH] sim cleaning --- .github/workflows/cd.yml | 4 ++++ .github/workflows/ci.yml | 4 ++++ .github/workflows/codecov.yml | 4 ++++ CMakeLists.txt | 0 4 files changed, 12 insertions(+) create mode 100644 .github/workflows/cd.yml create mode 100644 .github/workflows/ci.yml create mode 100644 .github/workflows/codecov.yml delete mode 100644 CMakeLists.txt diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml new file mode 100644 index 0000000..c5a96ff --- /dev/null +++ b/.github/workflows/cd.yml @@ -0,0 +1,4 @@ +name: cd.yml +on: + +jobs: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..c3bdb95 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,4 @@ +name: ci.yml +on: + +jobs: diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml new file mode 100644 index 0000000..e2264b4 --- /dev/null +++ b/.github/workflows/codecov.yml @@ -0,0 +1,4 @@ +name: codecov.yml +on: + +jobs: diff --git a/CMakeLists.txt b/CMakeLists.txt deleted file mode 100644 index e69de29..0000000