File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ ENV DEBIAN_FRONTEND=noninteractive
44RUN apt update && apt upgrade -y
55RUN apt install -y git cmake gcc g++ clang-tidy clang-format libsdl2-dev libsdl2-mixer-dev
66RUN apt install -y meson ninja-build libffi-dev libgit2-dev
7+ RUN apt install -y doxygen sphinx python3-breathe
78
89RUN git clone https://github.com/Snaipe/Criterion.git && cd Criterion && git checkout master && meson build && meson install -C build
910
Original file line number Diff line number Diff 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 " $@ "
You can’t perform that action at this time.
0 commit comments