Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added CI workflow #2

Merged
merged 3 commits into from
Oct 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Main

on:
push:
branches: '**'
tags: '*'

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
run:
uses: adya/pack-skse-mod/.github/workflows/pack.yml@main
with:
AE_353_BRANCH: main-1.6.353
FOMOD_INCLUDE_PDB: true
FOMOD_MOD_NAME: "Enhanced Reanimation"
FOMOD_MOD_AUTHOR: "powerofthree"
FOMOD_MOD_NEXUS_ID: "43500"
PUBLISH_ARCHIVE_TYPE: '7z'
5 changes: 4 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "extern/CommonLibSSE"]
path = extern/CommonLibSSE
url = https://github.com/Ryan-rsm-McKenzie/CommonLibSSE
url = https://github.com/powerof3/CommonLibSSE.git
[submodule "extern/CommonLibVR"]
path = extern/CommonLibVR
url = https://github.com/alandtse/CommonLibVR.git
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.20)
set(NAME "po3_EnhancedReanimation")
set(VERSION 1.5.0)
set(NAME "po3_EnhancedReanimation" CACHE STRING "")
set(VERSION 1.5.0 CACHE STRING "")
set(VR_VERSION 1)
set(AE_VERSION 1)

Expand Down
1 change: 1 addition & 0 deletions extern/CommonLibSSE
Submodule CommonLibSSE added at 0f6e5b
1 change: 1 addition & 0 deletions extern/CommonLibVR
Submodule CommonLibVR added at 486a75