Fri Feb 24 02:20:32 PM CET 2023
This commit is contained in:
parent
53f0ecb931
commit
2bde0d7ce9
2 changed files with 5 additions and 11 deletions
|
|
@ -19,21 +19,15 @@ docker :
|
||||||
|
|
||||||
docker build -t $(image) - < submodules/windows/linux/assets/Dockerfile
|
docker build -t $(image) - < submodules/windows/linux/assets/Dockerfile
|
||||||
|
|
||||||
|
build_commands=build-arch buildsymbols-arch package-arch grab-build-artifact-arch
|
||||||
build :
|
build :
|
||||||
|
|
||||||
pwd
|
|
||||||
rm -rf windows
|
|
||||||
git clone https://gitlab.com/librewolf-community/browser/windows.git
|
|
||||||
|
|
||||||
( cd windows/linux && pwd && ${MAKE} fetch )
|
|
||||||
|
|
||||||
ifeq ($(use_docker),false)
|
ifeq ($(use_docker),false)
|
||||||
( cd windows/linux && ${MAKE} )
|
( cd submodules/windows/linux && ${MAKE} $(build_commands) )
|
||||||
else
|
else
|
||||||
docker run --rm -v $(shell pwd)/windows/linux:/work:rw registry.gitlab.com/librewolf-community/browser/bsys5/$(distro) sh -c "${MAKE} all"
|
docker run --rm -v $(shell pwd)/submodules/windows/linux:/work:rw registry.gitlab.com/librewolf-community/browser/bsys5/$(distro) sh -c "${MAKE} $(build_commands)"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
cp -v windows/linux/$(outfiles) .
|
cp -v submodules/windows/linux/$(outfiles) .
|
||||||
|
|
||||||
sha256sum $(outfile-exe) > $(outfile-exe).sha256sum
|
sha256sum $(outfile-exe) > $(outfile-exe).sha256sum
|
||||||
cat $(outfile-exe).sha256sum
|
cat $(outfile-exe).sha256sum
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 5fd44e22af0d80ad19f69dba65ba304e63e4a0f5
|
Subproject commit 420f1540b78d3c39ea7178fd8ec48f20c16c1587
|
||||||
Loading…
Add table
Reference in a new issue