Skip to content

Commit 4f0c508

Browse files
authored
up ci and remove cpp files
1 parent 05366ba commit 4f0c508

File tree

7 files changed

+3
-561
lines changed

7 files changed

+3
-561
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ jobs:
5252
-
5353
name: Check
5454
run: |
55-
ctest --preset default
55+
echo "not yet enabled, need to add tests"
56+
# ctest --preset default
5657
env:
5758
OMPI_ALLOW_RUN_AS_ROOT: 1
5859
OMPI_ALLOW_RUN_AS_ROOT_CONFIRM: 1
@@ -84,7 +85,7 @@ jobs:
8485
name: Build docker, tag and push
8586

8687
steps:
87-
- uses: actions/checkout@v3
88+
- uses: actions/checkout@v4
8889
with:
8990
lfs: true
9091
submodules: 'recursive'

src/.tests.laplacian

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/.tests.toolbox

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,3 @@
2121
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
2222
#
2323
#
24-
feelpp_add_application(laplacian SRCS laplacian.cpp TESTS INSTALL )
25-
26-
if ( FEELPP_TOOLBOXES_FOUND )
27-
feelpp_add_application(toolbox SRCS toolbox.cpp LINK_LIBRARIES Feelpp::feelpp_toolbox_electric_lib TESTS)
28-
feelpp_add_testcase(cases)
29-
endif()

src/laplacian.cpp

Lines changed: 0 additions & 211 deletions
This file was deleted.

0 commit comments

Comments
 (0)