Skip to content

Commit 7d9b639

Browse files
Merge pull request #504 from crypto-chassis/develop
Release
2 parents fa6a23c + afc64ee commit 7d9b639

204 files changed

Lines changed: 2635 additions & 196941 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.clang-format

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
BasedOnStyle: Google
22
ColumnLimit: 160
3+
SeparateDefinitionBlocks: Always
4+
MaxEmptyLinesToKeep: 1
5+
Standard: c++17
6+
InsertNewlineAtEOF: true

.github/workflows/test.yml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -276,21 +276,6 @@ jobs:
276276
message(FATAL_ERROR "Bad exit status")
277277
endif()
278278
279-
execute_process(
280-
COMMAND ${{ steps.cmake_and_ninja.outputs.cmake_dir }}/cmake
281-
-S app
282-
-B app/build
283-
-D CMAKE_BUILD_TYPE=$ENV{CMAKE_BUILD_TYPE}
284-
-G Ninja
285-
-D CMAKE_MAKE_PROGRAM=ninja
286-
# -D CMAKE_C_COMPILER_LAUNCHER=ccache
287-
# -D CMAKE_CXX_COMPILER_LAUNCHER=ccache
288-
RESULT_VARIABLE result
289-
)
290-
if (NOT result EQUAL 0)
291-
message(FATAL_ERROR "Bad exit status")
292-
endif()
293-
294279
- name: Build 1
295280
shell: cmake -P {0}
296281
run: |
@@ -356,22 +341,6 @@ jobs:
356341
message(FATAL_ERROR "Bad exit status")
357342
endif()
358343
359-
execute_process(
360-
COMMAND ${{ steps.cmake_and_ninja.outputs.cmake_dir }}/cmake --build app/build -j 2
361-
RESULT_VARIABLE result
362-
)
363-
if (NOT result EQUAL 0)
364-
message(FATAL_ERROR "Bad exit status")
365-
endif()
366-
367-
execute_process(
368-
COMMAND rm -rf app/build
369-
RESULT_VARIABLE result
370-
)
371-
if (NOT result EQUAL 0)
372-
message(FATAL_ERROR "Bad exit status")
373-
endif()
374-
375344
execute_process(
376345
COMMAND ${{ steps.cmake_and_ninja.outputs.cmake_dir }}/cmake --build test/build -j 2
377346
RESULT_VARIABLE result

README.md

Lines changed: 145 additions & 191 deletions
Large diffs are not rendered by default.

app/CMakeLists.txt

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

app/credential.env.example

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

0 commit comments

Comments
 (0)