Skip to content

Commit 69bd87c

Browse files
authored
Migrate shared crystallography libraries to git submodules (#63)
Migrate shared crystallography libraries to git submodules
2 parents 84e873c + 0fb71bf commit 69bd87c

1,618 files changed

Lines changed: 78 additions & 545195 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build-arm64-portable.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
steps:
5555
- name: Checkout
5656
uses: actions/checkout@v5
57+
with:
58+
submodules: recursive # 260624Cl shared libs are git submodules
5759

5860
- name: Parse version
5961
id: version

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ jobs:
129129
steps:
130130
- name: Checkout
131131
uses: actions/checkout@v5
132+
with:
133+
submodules: recursive # 260624Cl shared libs are git submodules
132134

133135
- name: Setup .NET 10
134136
uses: actions/setup-dotnet@v5

.github/workflows/signing-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
uses: actions/checkout@v5
2121
with:
2222
persist-credentials: false
23+
submodules: recursive # 260624Cl shared libs are git submodules
2324

2425
- name: Setup .NET 10
2526
uses: actions/setup-dotnet@v5

.github/workflows/validate-wix-msi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v5
22+
with:
23+
submodules: recursive # 260624Cl shared libs are git submodules
2224

2325
- name: Parse version
2426
id: version

.gitmodules

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[submodule "Crystallography"]
2+
path = Crystallography
3+
url = https://github.com/seto77/Crystallography.git
4+
branch = main
5+
[submodule "Crystallography.Controls"]
6+
path = Crystallography.Controls
7+
url = https://github.com/seto77/Crystallography.Controls.git
8+
branch = main
9+
[submodule "Crystallography.OpenGL"]
10+
path = Crystallography.OpenGL
11+
url = https://github.com/seto77/Crystallography.OpenGL.git
12+
branch = main
13+
[submodule "Crystallography.Native"]
14+
path = Crystallography.Native
15+
url = https://github.com/seto77/Crystallography.Native.git
16+
branch = main

Crystallography

Submodule Crystallography added at 792fc94

Crystallography.Controls

Crystallography.Controls/CaptureExtender.cs

Lines changed: 0 additions & 192 deletions
This file was deleted.

Crystallography.Controls/CheckLocation.cs

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)