10 Commits

Author SHA1 Message Date
itchyny
b5c674592a improve installers to pass shellcheck checks 2023-01-21 23:53:12 +09:00
Rune Ibsen
9136c59ee2 Only build FSharpLanguageServer
Before this commit, we would needlessly be building everything,
including unit tests. By only building what we need, we speed up the
process a bit and make it slightly more robust in case tests don't build
(which, coincidentally, they do not at the time of writing).
2022-07-26 17:16:34 +09:00
Rune Ibsen
0f6c9f4083 Launch fsharp-language-server with dotnet
On .NET, an assembly is not invoked on itself. Instead, we tell the
dotnet runtime to launch the application.
2022-07-26 17:16:34 +09:00
Rune Ibsen
84f33b08a1 Change fsharp-language-server publish folder
Build and publish the fsharp-language-server to a path independent from
the .NET version.
Prior to this commit, the launch script assumes that the application
will be built to a folder whose path includes netcoreapp2.0. This means
that the script will fail if you build on a machine with, say, .NET 6.
2022-07-26 17:16:34 +09:00
krzysckh
d88bd39e08 installers bash -> POSIX /bin/sh 2022-07-12 08:38:51 +09:00
itchyny
e14e8876aa Change clone depth to 1 (#264) 2020-06-21 21:39:40 +09:00
Mitsuo Heijo
a529f0d6ae fix shellcheck issues, format bash scripts with shfmt 2020-01-31 00:06:49 +09:00
nyarla
36c0295cf7 fix: Fix bash throws bad interpreter error by fix commit about #126 2020-01-30 13:26:48 +09:00
tyru
4000ba659b chmod +x installer/*.sh 2020-01-27 13:40:58 +09:00
Yasuhiro Matsumoto
25297109db Add installer for fsharp-language-server 2020-01-17 20:41:29 +09:00