mirror of
https://github.com/rive-app/rive-cpp.git
synced 2026-01-18 21:21:17 +01:00
Fix Android goldens
It also removes premake5 alpha and bump a few deps Diffs= 5c14a4a30 Fix Android goldens (#7902) Co-authored-by: Umberto Sonnino <umberto@rive.app>
This commit is contained in:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -15,8 +15,8 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install
|
- name: Install
|
||||||
run: |
|
run: |
|
||||||
wget https://github.com/premake/premake-core/releases/download/v5.0.0-alpha16/premake-5.0.0-alpha16-linux.tar.gz
|
wget -q https://github.com/premake/premake-core/releases/download/v5.0.0-alpha16/premake-5.0.0-alpha16-linux.tar.gz
|
||||||
tar -xvf premake-5.0.0-alpha16-linux.tar.gz
|
tar -xf premake-5.0.0-alpha16-linux.tar.gz
|
||||||
sudo chmod a+x premake5
|
sudo chmod a+x premake5
|
||||||
sudo mv premake5 /usr/local/bin
|
sudo mv premake5 /usr/local/bin
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
46a3045ae0a8bc9ab0cbbc61f37a49d13e60a3ed
|
5c14a4a306b45042e505a7a7ba176e301f1d8305
|
||||||
|
|||||||
@@ -3,8 +3,8 @@ FROM dart:stable
|
|||||||
RUN apt update && apt-get -y install unzip zip clang cmake ninja-build pkg-config libgtk-3-dev xvfb cargo wget g++
|
RUN apt update && apt-get -y install unzip zip clang cmake ninja-build pkg-config libgtk-3-dev xvfb cargo wget g++
|
||||||
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
RUN wget https://github.com/premake/premake-core/releases/download/v5.0.0-alpha15/premake-5.0.0-alpha15-linux.tar.gz
|
RUN wget -q https://github.com/premake/premake-core/releases/download/v5.0.0-beta2/premake-5.0.0-beta2-linux.tar.gz
|
||||||
RUN tar -xvf premake-5.0.0-alpha15-linux.tar.gz
|
RUN tar -xf premake-5.0.0-beta2-linux.tar.gz
|
||||||
RUN mv premake5 /usr/bin/
|
RUN mv premake5 /usr/bin/
|
||||||
|
|
||||||
ENV LDFLAGS="-pthreads"
|
ENV LDFLAGS="-pthreads"
|
||||||
|
|||||||
Reference in New Issue
Block a user