mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 14:23:40 +01:00
shit
This commit is contained in:
parent
54bf6099bf
commit
7c4aea43fb
13 changed files with 0 additions and 59 deletions
35
.github/workflows/main.yml
vendored
35
.github/workflows/main.yml
vendored
|
|
@ -1,35 +0,0 @@
|
|||
name: Build Dalamud
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build on Windows
|
||||
runs-on: windows-2019
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Initialize Submodules
|
||||
run: git submodule update --init --recursive
|
||||
- name: Setup Nuget
|
||||
uses: nuget/setup-nuget@v1
|
||||
with:
|
||||
nuget-version: 'latest'
|
||||
- name: Restore Nuget Packages
|
||||
run: nuget restore Dalamud.sln
|
||||
- name: Define VERSION
|
||||
run: |
|
||||
$env:COMMIT = $env:GITHUB_SHA.Substring(0, 7)
|
||||
$env:REPO_NAME = $env:GITHUB_REPOSITORY -replace '.*/'
|
||||
$env:BRANCH = $env:GITHUB_REF -replace '.*/'
|
||||
|
||||
($env:REPO_NAME) >> VERSION
|
||||
($env:BRANCH) >> VERSION
|
||||
($env:COMMIT) >> VERSION
|
||||
- name: Build DotNet4
|
||||
run: |
|
||||
cd "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\"
|
||||
.\MSBuild.exe $Env:GITHUB_WORKSPACE\Dalamud.sln /t:Build /p:Configuration=Release /p:DefineConstants=XL_NOAUTOUPDATE
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: dalamud-artifact
|
||||
path: bin\
|
||||
6
.gitmodules
vendored
6
.gitmodules
vendored
|
|
@ -1,9 +1,3 @@
|
|||
[submodule "lib/ImGuiScene"]
|
||||
path = lib/ImGuiScene
|
||||
url = https://github.com/ff-meli/ImGuiScene
|
||||
[submodule "lib/Discord.Net"]
|
||||
path = lib/Discord.Net
|
||||
url = https://github.com/goaaats/Discord.Net.git
|
||||
[submodule "lib/CoreHook"]
|
||||
path = lib/CoreHook
|
||||
url = https://github.com/unknownv2/CoreHook.git
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,13 +0,0 @@
|
|||
apiRules:
|
||||
- exclude:
|
||||
uidRegex: ^Dalamud\.Discord
|
||||
- exclude:
|
||||
uidRegex: ^Dalamud\.Hooking
|
||||
- exclude:
|
||||
uidRegex: ^Dalamud\.FFNotify
|
||||
- exclude:
|
||||
uidRegex: ^Dalamud\.Plugin\.PluginManager$
|
||||
- exclude:
|
||||
uidRegex: AddressResolver$
|
||||
- exclude:
|
||||
uidRegex: ^Dalamud$
|
||||
2
index.md
2
index.md
|
|
@ -1,2 +0,0 @@
|
|||
# Dalamud plugin API documentation
|
||||
Refer to the [API documentation](api/index.md) to see information about creating plugins and accessing Dalamud objects.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 0c2cd8a641924e8d8b03cfa9f4682fc0ac1bcb59
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 819a325cec923e4a817ab2f08be5c7bbe0d775d0
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit cd24a6108c05e52b0dde80e85ff1f9fa812f631b
|
||||
Loading…
Add table
Add a link
Reference in a new issue