mirror of
https://github.com/gbdev/rgbds.git
synced 2026-08-30 02:25:15 +00:00
Rename install_deps.sh to install-deps.sh for consistency
This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
|||||||
uses: actions/checkout@v7
|
uses: actions/checkout@v7
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
run: |
|
run: |
|
||||||
.github/scripts/install_deps.sh ubuntu-latest lcov
|
.github/scripts/install-deps.sh ubuntu-latest lcov
|
||||||
- name: Generate coverage report
|
- name: Generate coverage report
|
||||||
run: |
|
run: |
|
||||||
contrib/coverage.bash --os ubuntu-latest --jobs "$(getconf _NPROCESSORS_ONLN)"
|
contrib/coverage.bash --os ubuntu-latest --jobs "$(getconf _NPROCESSORS_ONLN)"
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ jobs:
|
|||||||
uses: actions/checkout@v7
|
uses: actions/checkout@v7
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
run: |
|
run: |
|
||||||
bash .github/scripts/install_deps.sh windows
|
bash .github/scripts/install-deps.sh windows
|
||||||
- name: Build Windows binaries
|
- name: Build Windows binaries
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
@@ -58,7 +58,7 @@ jobs:
|
|||||||
uses: actions/checkout@v7
|
uses: actions/checkout@v7
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
run: |
|
run: |
|
||||||
./.github/scripts/install_deps.sh macos lld
|
./.github/scripts/install-deps.sh macos lld
|
||||||
- name: Build binaries
|
- name: Build binaries
|
||||||
run: |
|
run: |
|
||||||
cmake -B build -G Ninja --preset macos-static -DFETCHCONTENT_BASE_DIR="${{ env.DEPS_ROOT_DIR }}"
|
cmake -B build -G Ninja --preset macos-static -DFETCHCONTENT_BASE_DIR="${{ env.DEPS_ROOT_DIR }}"
|
||||||
@@ -86,7 +86,7 @@ jobs:
|
|||||||
uses: actions/checkout@v7
|
uses: actions/checkout@v7
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
run: |
|
run: |
|
||||||
./.github/scripts/install_deps.sh ubuntu-22.04
|
./.github/scripts/install-deps.sh ubuntu-22.04
|
||||||
- name: Build binaries
|
- name: Build binaries
|
||||||
run: |
|
run: |
|
||||||
make -k -j "$(getconf _NPROCESSORS_ONLN)" WARNFLAGS="-Wall -Wextra -pedantic -static" PKG_CONFIG="pkg-config --static" Q=
|
make -k -j "$(getconf _NPROCESSORS_ONLN)" WARNFLAGS="-Wall -Wextra -pedantic -static" PKG_CONFIG="pkg-config --static" Q=
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ jobs:
|
|||||||
uses: actions/checkout@v7
|
uses: actions/checkout@v7
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
run: |
|
run: |
|
||||||
.github/scripts/install_deps.sh ${{ matrix.os }} ${{ matrix.cxx }}
|
.github/scripts/install-deps.sh ${{ matrix.os }} ${{ matrix.cxx }}
|
||||||
- name: Build using Make
|
- name: Build using Make
|
||||||
if: matrix.buildsys == 'make'
|
if: matrix.buildsys == 'make'
|
||||||
run: |
|
run: |
|
||||||
@@ -123,7 +123,7 @@ jobs:
|
|||||||
uses: actions/checkout@v7
|
uses: actions/checkout@v7
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
run: |
|
run: |
|
||||||
.github/scripts/install_deps.sh macos lld
|
.github/scripts/install-deps.sh macos lld
|
||||||
- name: Cache library deps
|
- name: Cache library deps
|
||||||
uses: actions/cache@v5
|
uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
@@ -185,7 +185,7 @@ jobs:
|
|||||||
uses: actions/checkout@v7
|
uses: actions/checkout@v7
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
run: |
|
run: |
|
||||||
bash .github/scripts/install_deps.sh ${{ matrix.os }}
|
bash .github/scripts/install-deps.sh ${{ matrix.os }}
|
||||||
- name: Cache library deps
|
- name: Cache library deps
|
||||||
uses: actions/cache@v5
|
uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
@@ -247,7 +247,7 @@ jobs:
|
|||||||
uses: actions/checkout@v7
|
uses: actions/checkout@v7
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
run: |
|
run: |
|
||||||
.github/scripts/install_deps.sh ubuntu mingw${{ matrix.bits }}
|
.github/scripts/install-deps.sh ubuntu mingw${{ matrix.bits }}
|
||||||
- name: Cache library deps
|
- name: Cache library deps
|
||||||
uses: actions/cache@v5
|
uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
@@ -292,7 +292,7 @@ jobs:
|
|||||||
uses: actions/checkout@v7
|
uses: actions/checkout@v7
|
||||||
- name: Install test deps
|
- name: Install test deps
|
||||||
run: |
|
run: |
|
||||||
.github/scripts/install_deps.sh windowsmingw
|
.github/scripts/install-deps.sh windowsmingw
|
||||||
- name: Retrieve binaries
|
- name: Retrieve binaries
|
||||||
uses: actions/download-artifact@v8
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
@@ -396,7 +396,7 @@ jobs:
|
|||||||
release: "14.3"
|
release: "14.3"
|
||||||
usesh: true
|
usesh: true
|
||||||
prepare: |
|
prepare: |
|
||||||
.github/scripts/install_deps.sh freebsd
|
.github/scripts/install-deps.sh freebsd
|
||||||
run: | # Leak detection is not supported on FreeBSD, so disable it.
|
run: | # Leak detection is not supported on FreeBSD, so disable it.
|
||||||
cmake -B build --preset develop
|
cmake -B build --preset develop
|
||||||
cmake --build build --verbose -- -k -j "$(getconf _NPROCESSORS_ONLN)"
|
cmake --build build --verbose -- -k -j "$(getconf _NPROCESSORS_ONLN)"
|
||||||
|
|||||||
+1
-1
@@ -9,7 +9,7 @@ RUN apt-get update && \
|
|||||||
apt-get install sudo make cmake gcc build-essential -y
|
apt-get install sudo make cmake gcc build-essential -y
|
||||||
|
|
||||||
# Install dependencies and compile RGBDS
|
# Install dependencies and compile RGBDS
|
||||||
RUN ./.github/scripts/install_deps.sh debian
|
RUN ./.github/scripts/install-deps.sh debian
|
||||||
RUN make -j "$(getconf _NPROCESSORS_ONLN)" CXXFLAGS="-O3 -flto -DNDEBUG -static" PKG_CONFIG="pkg-config --static" Q=
|
RUN make -j "$(getconf _NPROCESSORS_ONLN)" CXXFLAGS="-O3 -flto -DNDEBUG -static" PKG_CONFIG="pkg-config --static" Q=
|
||||||
|
|
||||||
# Create the install script
|
# Create the install script
|
||||||
|
|||||||
Reference in New Issue
Block a user