File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -49,16 +49,16 @@ AppDir:
4949 - usr/include
5050 - usr/lib/pkgconfig
5151
52- script :
53- - apt-get update
54- - DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends git meson ninja-build python3-pip python3-setuptools python3-wheel ca-certificates
55- - rm -rf /var/lib/apt/lists/*
56- - git clone --depth=1 --branch v0.18.0 https://gitlab.gnome.org/GNOME/blueprint-compiler.git
57- - cd blueprint-compiler && meson setup build && ninja -C build && meson install -C build --destdir ../AppDir && cd ..
58- - export PATH="$PWD/AppDir/usr/bin:$PATH"
59- - meson setup --prefix=/usr builddir
60- - meson install -C builddir --destdir AppDir
61- - glib-compile-schemas AppDir/usr/share/glib-2.0/schemas || true
52+ script :
53+ - apt-get update
54+ - DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends git meson ninja-build python3-pip python3-setuptools python3-wheel ca-certificates
55+ - rm -rf /var/lib/apt/lists/*
56+ - git clone --depth=1 --branch v0.18.0 https://gitlab.gnome.org/GNOME/blueprint-compiler.git
57+ - cd blueprint-compiler && meson setup build && ninja -C build && meson install -C build --destdir ../AppDir && cd ..
58+ - export PATH="$PWD/AppDir/usr/bin:$PATH"
59+ - meson setup --prefix=/usr builddir
60+ - meson install -C builddir --destdir AppDir
61+ - glib-compile-schemas AppDir/usr/share/glib-2.0/schemas || true
6262
6363AppImage :
6464 arch : x86_64
You can’t perform that action at this time.
0 commit comments