more updates
This commit is contained in:
parent
91013fdbec
commit
6ac070de53
2 changed files with 6 additions and 3 deletions
|
@ -27,7 +27,10 @@ COPY --from=builder /tmp/otfcc/bin/release-x64/otfccdump /usr/local/bin/otfccdum
|
||||||
|
|
||||||
# NodeJS >= 12.16.0
|
# NodeJS >= 12.16.0
|
||||||
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
|
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
|
||||||
RUN apt-get install -y nodejs ttfautohint magic-wormhole zstd
|
RUN curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
|
||||||
|
RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
|
||||||
|
RUN apt-get update
|
||||||
|
RUN apt-get install -y nodejs ttfautohint magic-wormhole zstd yarn
|
||||||
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
ADD ./private-build-plans.toml /
|
ADD ./private-build-plans.toml /
|
||||||
|
|
4
build.sh
4
build.sh
|
@ -6,8 +6,8 @@ git clone --single-branch --depth=1 https://github.com/be5invis/Iosevka
|
||||||
cp private-build-plans.toml ./Iosevka
|
cp private-build-plans.toml ./Iosevka
|
||||||
|
|
||||||
cd /Iosevka
|
cd /Iosevka
|
||||||
npm i
|
yarn install
|
||||||
npm run build -- ttf::iosevka-acicchetti
|
yarn run build -- ttf::iosevka-acicchetti
|
||||||
|
|
||||||
cd dist/iosevka-acicchetti/ttf/
|
cd dist/iosevka-acicchetti/ttf/
|
||||||
tar cvf iosevka-acicchetti-$(date -I).tzst --zstd *.ttf
|
tar cvf iosevka-acicchetti-$(date -I).tzst --zstd *.ttf
|
||||||
|
|
Loading…
Add table
Reference in a new issue