Skip to content

Commit 05a78bd

Browse files
committed
update submodules and add ci-cd to the initializer
1 parent 75865f2 commit 05a78bd

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Build
2+
3+
on:
4+
push:
5+
branches:
6+
- '*'
7+
tags:
8+
- '*'
9+
10+
jobs:
11+
abyssworkflow:
12+
permissions:
13+
contents: write
14+
uses: AbyssMod/Abyss/.github/workflows/submodulebuild.yml@main
15+
secrets: inherit

Abyss.Initializer.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
<IsPackable>false</IsPackable>
2323
</PropertyGroup>
2424

25+
<ItemGroup>
26+
<Content Include=".github\workflows\build.yml" />
27+
</ItemGroup>
28+
2529
<Import Condition="Exists('..\..\dredge.targets')" Project="..\..\dredge.targets"/>
2630
<Import Condition="!Exists('..\..\dredge.targets')" Project="..\Abyss.Core\dredge.targets"/>
2731
</Project>

0 commit comments

Comments
 (0)