5 Commits

Author SHA1 Message Date
166839eb8a Add execute flag to publish.sh
All checks were successful
Build / build (push) Successful in 2m18s
2024-06-20 13:05:32 +03:00
5b55dbb64e Update docker-cross-compiler.
Some checks failed
Build / build (push) Failing after 2m17s
2024-06-20 12:58:42 +03:00
1c5f73ceb8 Fix build script.
Some checks failed
Build / build (push) Failing after 7s
2024-06-20 12:46:07 +03:00
dfd585c939 Fix URI for freetype. 2024-06-20 12:42:19 +03:00
a0ddeefe76 Add docker cross compiler module. 2024-06-20 12:41:16 +03:00
4 changed files with 8 additions and 4 deletions

5
.gitmodules vendored
View File

@@ -1,3 +1,6 @@
[submodule "freetype"]
path = freetype
url = https://git.mixedup.dev/QUIK/freetype.git
url = https://git.mixedup.dev/ReFuel/freetype.git
[submodule "docker-cross-compiler"]
path = docker-cross-compiler
url = https://git.mixedup.dev/ReFuel/docker-cross-compiler

View File

@@ -1,11 +1,11 @@
#!/bin/bash
cd $(dirname "$0")
export CMAKE_DIR="$PWD/Quik.Common/cmake"
export CMAKE_DIR="$PWD/docker-cross-compiler/cmake"
export NOINSTALL=1
export QUIK_ADDITIONAL_CMAKE="-D BUILD_SHARED_LIBS=true -D NO_SONAME=true"
export REFUEL_ADDITIONAL_CMAKE="-D BUILD_SHARED_LIBS=true -D NO_SONAME=true"
./Quik.Common/sh/quik_build_native.sh "$PWD/freetype"
./docker-cross-compiler/sh/build_native.sh "$PWD/freetype"
# Copy out natives from their respective directories into runtimes
mkdir -p \

1
docker-cross-compiler Submodule

Submodule docker-cross-compiler added at 518969e2c9

0
publish.sh Normal file → Executable file
View File