forked from OsmSharp/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.sh
More file actions
executable file
·17 lines (15 loc) · 776 Bytes
/
build.sh
File metadata and controls
executable file
·17 lines (15 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
dotnet build ./src/OsmSharp -f netstandard1.3
# Waiting to port to .NET core, the problem is the NTS dependency.
# dotnet build ./src/OsmSharp.IO.Osm -f netstandard1.6
# Waiting to port to .NET core, the problem is the NTS dependency.
# dotnet build ./test/OsmSharp.Test
# dotnet build ./test/OsmSharp.Test.Functional
# Build samples.
dotnet build ./samples/Sample.CompleteStream
dotnet build ./samples/Sample.Filter
# Waiting to port to .NET core app, the problem is the NTS dependency..
# dotnet build ./samples/Sample.GeoFilter
# Waiting to port to .NET core app, the problem is the NTS dependency..
# dotnet build ./samples/Sample.GeometryStream
# Waiting to port to .NET core app, the problem is the NTS dependency..
# dotnet build ./samples/Sample.GeometryStream.Shape