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
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
run: sudo apt update && sudo apt install libboost-all-dev libcurl4-gnutls-dev libfmt-dev libgtest-dev iputils-ping
- name: test_docker
run: docker version && docker info
- name: build_images
run: cd images && sh create_images.sh
- name: setup_project
run: git submodule update --init --recursive
- name: build_images
run: cd third_party/senjun-images && sh create_images.sh
- name: configure_project
run: cmake -B build -DBUILD_TESTING=TRUE
- name: build_project
Expand Down
5 changes: 4 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@
branch = master
[submodule "third_party/structarus"]
path = third_party/structarus
url = https://github.com/senjun-team/structarus
url = https://github.com/senjun-team/structarus
[submodule "third_party/senjun-images"]
path = third_party/senjun-images
url = https://github.com/senjun-team/senjun-images.git
36 changes: 0 additions & 36 deletions images/cpp/Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion images/cpp/build_image.sh

This file was deleted.

36 changes: 0 additions & 36 deletions images/cpp/playground/run-playground.sh

This file was deleted.

36 changes: 0 additions & 36 deletions images/cpp/task/CMakeLists.txt

This file was deleted.

53 changes: 0 additions & 53 deletions images/cpp/task/run-task.sh

This file was deleted.

Loading
Loading