mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Dockerfile: install the compiled tools after the compilation (#1690)
This commit is contained in:
@@ -12,3 +12,6 @@ RUN ./.github/scripts/install_deps.sh ubuntu-22.04
|
||||
RUN make -j CXXFLAGS="-O3 -flto -DNDEBUG -static" PKG_CONFIG="pkg-config --static" Q=
|
||||
|
||||
RUN tar caf rgbds-linux-x86_64.tar.xz --transform='s#.*/##' rgbasm rgblink rgbfix rgbgfx man/* .github/scripts/install.sh
|
||||
|
||||
RUN cp man/* .
|
||||
RUN ./.github/scripts/install.sh
|
||||
|
||||
Reference in New Issue
Block a user