mirror of https://github.com/ppy/SDL3-CS.git
cleanup build-linux-arm.yml
This commit is contained in:
parent
4f9a2a3aca
commit
03cea20777
|
|
@ -39,12 +39,6 @@ jobs:
|
||||||
image: ${{ matrix.platform.container }}
|
image: ${{ matrix.platform.container }}
|
||||||
options: -v ${{ github.workspace }}:/workspace
|
options: -v ${{ github.workspace }}:/workspace
|
||||||
run: |
|
run: |
|
||||||
cd /workspace
|
|
||||||
echo "Hello World!"
|
|
||||||
uname -a
|
|
||||||
|
|
||||||
ls .
|
|
||||||
|
|
||||||
apt update -y -qq
|
apt update -y -qq
|
||||||
apt install -y \
|
apt install -y \
|
||||||
gcc \
|
gcc \
|
||||||
|
|
@ -80,6 +74,7 @@ jobs:
|
||||||
libgbm-dev \
|
libgbm-dev \
|
||||||
libpulse-dev
|
libpulse-dev
|
||||||
|
|
||||||
|
cd /workspace
|
||||||
cmake -B build -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DSDL_SHARED_ENABLED_BY_DEFAULT=ON -DSDL_STATIC_ENABLED_BY_DEFAULT=ON
|
cmake -B build -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DSDL_SHARED_ENABLED_BY_DEFAULT=ON -DSDL_STATIC_ENABLED_BY_DEFAULT=ON
|
||||||
cmake --build build/ --config Release
|
cmake --build build/ --config Release
|
||||||
cmake --install build/ --prefix install_output --config Release
|
cmake --install build/ --prefix install_output --config Release
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue