Skip to content

Commit 5236c05

Browse files
authored
Fix paths
1 parent f76c974 commit 5236c05

File tree

7 files changed

+15
-9
lines changed

7 files changed

+15
-9
lines changed

.github/workflows/CSharpBuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626

2727
- name: Build AngouriMath
2828
run: |
29-
cd Sources/AngouriMath/AngouriMath
29+
cd Sources/AngouriMath
3030
dotnet build

.github/workflows/EverythingBuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
dotnet-quality: 'preview'
2525

2626
- name: Build AM
27-
run: dotnet build Sources/AngouriMath/AngouriMath/AngouriMath.csproj
27+
run: dotnet build Sources/AngouriMath/AngouriMath.csproj
2828

2929
- name: Build FSharp
3030
run: dotnet build Sources/Wrappers/AngouriMath.FSharp/AngouriMath.FSharp.fsproj

.github/workflows/IntegrationTest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
package_version: 99.99.99
13-
packed_path: D:\a\AngouriMath\AngouriMath\Sources\AngouriMath\AngouriMath\bin\release
13+
packed_path: D:\a\AngouriMath\AngouriMath\Sources\AngouriMath\bin\release
1414

1515
library_version: 33.33.33
1616
library_packed_path: D:\a\AngouriMath\AngouriMath\testlib\bin\release
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: 'Pack AngouriMath'
2929
run: |
30-
cd Sources/AngouriMath/AngouriMath
30+
cd Sources/AngouriMath
3131
dotnet restore AngouriMath.csproj
3232
dotnet build AngouriMath.csproj -c release
3333
dotnet pack AngouriMath.csproj -c release -p:PackageVersion=${{ env.package_version }}
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: 'Pack AngouriMath'
7171
run: |
72-
cd Sources/AngouriMath/AngouriMath
72+
cd Sources/AngouriMath
7373
dotnet restore AngouriMath.csproj
7474
dotnet build AngouriMath.csproj -c release
7575
dotnet pack AngouriMath.csproj -c release -p:PackageVersion=${{ env.package_version }}

.github/workflows/Nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "name is $name"
3131

3232
# AngouriMath
33-
cd AngouriMath/AngouriMath
33+
cd AngouriMath
3434
dotnet restore AngouriMath.csproj
3535
dotnet build AngouriMath.csproj -c release
3636
dotnet pack AngouriMath.csproj -c release -p:PackageVersion=$name

Sources/AngouriMath.sln

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 18
4-
VisualStudioVersion = 18.1.11312.151 d18.0
4+
VisualStudioVersion = 18.1.11312.151
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AngouriMath", "AngouriMath", "{F604DFEB-8939-4B4F-8E37-1FDC06E26D5A}"
77
EndProject
@@ -50,6 +50,12 @@ EndProject
5050
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "AngouriMath.Terminal.Lib", "Terminal\AngouriMath.Terminal.Lib\AngouriMath.Terminal.Lib.fsproj", "{405E214B-17A6-83E0-90A1-4F8B7213954F}"
5151
EndProject
5252
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Utils", "Utils", "{DC3A3E46-854E-403D-8FA5-561DF66277D4}"
53+
ProjectSection(SolutionItems) = preProject
54+
Utils\antlr_rerun.bat = Utils\antlr_rerun.bat
55+
Utils\generate_additional_extensions.bat = Utils\generate_additional_extensions.bat
56+
Utils\generate_additional_extensions_tests.bat = Utils\generate_additional_extensions_tests.bat
57+
Utils\generate_exports.bat = Utils\generate_exports.bat
58+
EndProjectSection
5359
EndProject
5460
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utils", "Utils\Utils\Utils.csproj", "{9E733914-18F8-CD3A-EDB8-F32FFEF4A3DA}"
5561
EndProject

Sources/AngouriMath/AngouriMath.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
<!--Project dependencies-->
4646
<PackageReference Include="HonkSharp" Version="1.0.3" />
47-
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.9.2" />
47+
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
4848
<PackageReference Include="GenericTensor" Version="1.0.4" />
4949
<PackageReference Include="PeterO.Numbers" Version="1.8.0" />
5050
<PackageReference Include="Nullable" Version="1.3.0" PrivateAssets="all" />

Sources/Utils/antlr_rerun.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cd ../AngouriMath/Core/Antlr
33
:;# AngouriMath.Core.Antlr is the namespace of the generated lexer and parser source files
44
java -jar ./antlr-4.13.1-complete.jar -package AngouriMath.Core.Antlr ./AngouriMath.g
55

6-
cd ../../../../Utils
6+
cd ../../../Utils
77

88
:;# Antlr's generated classes should be internal, not public
99
dotnet run --project Utils -c release AntlrPostProcessorReplacePublicWithInternal

0 commit comments

Comments
 (0)