Skip to content

Commit f2c9f6a

Browse files
SENJUN-23: add senjun-images (#20)
* SENJUN-23: add senjun-images
1 parent a822aae commit f2c9f6a

29 files changed

Lines changed: 7 additions & 4090 deletions

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
run: sudo apt update && sudo apt install libboost-all-dev libcurl4-gnutls-dev libfmt-dev libgtest-dev iputils-ping
2424
- name: test_docker
2525
run: docker version && docker info
26-
- name: build_images
27-
run: cd images && sh create_images.sh
2826
- name: setup_project
2927
run: git submodule update --init --recursive
28+
- name: build_images
29+
run: cd third_party/senjun-images && sh create_images.sh
3030
- name: configure_project
3131
run: cmake -B build -DBUILD_TESTING=TRUE
3232
- name: build_project

.gitmodules

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@
44
branch = master
55
[submodule "third_party/structarus"]
66
path = third_party/structarus
7-
url = https://github.com/senjun-team/structarus
7+
url = https://github.com/senjun-team/structarus
8+
[submodule "third_party/senjun-images"]
9+
path = third_party/senjun-images
10+
url = https://github.com/senjun-team/senjun-images.git

images/cpp/Dockerfile

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

images/cpp/build_image.sh

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

images/cpp/playground/run-playground.sh

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

images/cpp/task/CMakeLists.txt

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

images/cpp/task/run-task.sh

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

0 commit comments

Comments
 (0)