mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-12-06 16:15:55 +08:00
Delta builds for Linux and MacOSX (build in <2 min with docker)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
FROM friwidev/jcefdocker:linux-latest AS stage
|
||||
|
||||
LABEL jcefbuild=true
|
||||
|
||||
#Declare build type argument (Release or Debug)
|
||||
ARG BUILD_TYPE
|
||||
|
||||
@@ -30,5 +32,7 @@ RUN ./run_linux.sh
|
||||
#Export built files
|
||||
FROM scratch AS export-stage
|
||||
COPY --from=stage /jcef/binary_distrib.tar.gz .
|
||||
|
||||
|
||||
COPY --from=stage /jcef/target .
|
||||
COPY --from=stage /jcef/third_party third_party
|
||||
COPY --from=stage /jcef/buildtools buildtools
|
||||
COPY --from=stage /jcef/jcef_build jcef_build
|
||||
|
||||
Reference in New Issue
Block a user