Skip to content

Commit 83bd443

Browse files
committed
Update container image to build libs documentation.
1 parent c0ceff4 commit 83bd443

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: ubuntu-22.04
88
container:
9-
image: giomba/ceda-cemu-builder:1
9+
image: giomba/ceda-cemu-builder:2
1010
options: --user root
1111
steps:
1212
- name: Checkout repository

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ function(add_ceda_target target)
6666
target_compile_options(${target} PRIVATE -Werror)
6767
elseif(CMAKE_BUILD_TYPE MATCHES "Debug")
6868
target_compile_options(${target} PRIVATE -DDEBUG=1)
69-
# set(Z80_WITH_HTML_DOCUMENTATION YES)
7069
endif()
7170

7271
target_link_libraries(${target}

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ ENV DEBIAN_FRONTEND=noninteractive
44
RUN apt update && apt upgrade -y
55
RUN apt install -y git cmake gcc g++ clang-tidy clang-format libsdl2-dev libsdl2-mixer-dev
66
RUN apt install -y meson ninja-build libffi-dev libgit2-dev
7+
RUN apt install -y doxygen sphinx python3-breathe
78

89
RUN git clone https://github.com/Snaipe/Criterion.git && cd Criterion && git checkout master && meson build && meson install -C build
910

script/docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ docker run --rm -ti -u builder \
1212
-v "$(pwd)":/home/builder/workspace \
1313
-v /tmp:/tmp \
1414
-w /home/builder/workspace \
15-
giomba/ceda-cemu-builder:1 \
15+
giomba/ceda-cemu-builder:2 \
1616
"$@"

0 commit comments

Comments
 (0)