BAHAHAHAHAHAHSKSHFOS-#%~/%%
This commit is contained in:
parent
d0d010b09d
commit
97a00e3137
|
@ -13,6 +13,7 @@ env:
|
||||||
MELONDS_GIT_BRANCH: ${{ github.ref }}
|
MELONDS_GIT_BRANCH: ${{ github.ref }}
|
||||||
MELONDS_GIT_HASH: ${{ github.sha }}
|
MELONDS_GIT_HASH: ${{ github.sha }}
|
||||||
MELONDS_BUILD_PROVIDER: GitHub Actions
|
MELONDS_BUILD_PROVIDER: GitHub Actions
|
||||||
|
MELONDS_VERSION_SUFFIX: " RC"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-macos:
|
build-macos:
|
||||||
|
|
|
@ -12,6 +12,7 @@ env:
|
||||||
MELONDS_GIT_BRANCH: ${{ github.ref }}
|
MELONDS_GIT_BRANCH: ${{ github.ref }}
|
||||||
MELONDS_GIT_HASH: ${{ github.sha }}
|
MELONDS_GIT_HASH: ${{ github.sha }}
|
||||||
MELONDS_BUILD_PROVIDER: GitHub Actions
|
MELONDS_BUILD_PROVIDER: GitHub Actions
|
||||||
|
MELONDS_VERSION_SUFFIX: " RC"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-x86_64:
|
build-x86_64:
|
||||||
|
|
|
@ -13,6 +13,7 @@ env:
|
||||||
MELONDS_GIT_BRANCH: ${{ github.ref }}
|
MELONDS_GIT_BRANCH: ${{ github.ref }}
|
||||||
MELONDS_GIT_HASH: ${{ github.sha }}
|
MELONDS_GIT_HASH: ${{ github.sha }}
|
||||||
MELONDS_BUILD_PROVIDER: GitHub Actions
|
MELONDS_BUILD_PROVIDER: GitHub Actions
|
||||||
|
MELONDS_VERSION_SUFFIX: " RC"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
@ -16,7 +16,7 @@ if (USE_VCPKG)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
project(melonDS
|
project(melonDS
|
||||||
VERSION 0.9.5
|
VERSION 1.0
|
||||||
DESCRIPTION "DS emulator, sorta"
|
DESCRIPTION "DS emulator, sorta"
|
||||||
HOMEPAGE_URL "https://melonds.kuribo64.net"
|
HOMEPAGE_URL "https://melonds.kuribo64.net"
|
||||||
LANGUAGES C CXX)
|
LANGUAGES C CXX)
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
melonDS = pkgs.stdenv.mkDerivation {
|
melonDS = pkgs.stdenv.mkDerivation {
|
||||||
pname = "melonDS";
|
pname = "melonDS";
|
||||||
version = "0.9.5-${shortRevision}";
|
version = "1.0-${shortRevision}";
|
||||||
src = ./.;
|
src = ./.;
|
||||||
|
|
||||||
nativeBuildInputs = with pkgs; [
|
nativeBuildInputs = with pkgs; [
|
||||||
|
|
Loading…
Reference in New Issue