Release 0.2.0 #121

Merged
Jef Roosens merged 125 commits from release-0.2.0 into main 2022-04-11 09:41:43 +02:00
2 changed files with 3 additions and 0 deletions
Showing only changes of commit 3379db017d - Show all commits

View file

@ -6,6 +6,8 @@ matrix:
# These checks already get performed on the feature branches # These checks already get performed on the feature branches
platform: ${PLATFORM} platform: ${PLATFORM}
depends_on:
- builder
pipeline: pipeline:
# The default build isn't needed, as alpine switches to gcc for the compiler anyways # The default build isn't needed, as alpine switches to gcc for the compiler anyways

View file

@ -18,6 +18,7 @@ RUN ln -s /opt/vlang/v /usr/bin/v && \
sqlite-static sqlite-dev \ sqlite-static sqlite-dev \
libx11-dev glfw-dev freetype-dev \ libx11-dev glfw-dev freetype-dev \
libarchive-static libarchive-dev \ libarchive-static libarchive-dev \
gc-dev \
diffutils diffutils
COPY patches ./patches COPY patches ./patches