Commit graph

36 commits

Author SHA1 Message Date
JustArchi
b5152eb852 Modify cc.sh and run.sh for plugin scenario 2020-06-15 13:21:56 +02:00
JustArchi
633146a3f9 Rewrite ASF scripts to POSIX sh 2019-11-07 22:02:59 +01:00
Łukasz Domeradzki
5b4867c387
Update ASF to .NET Core 3.0 (#1427)
* Initial bump to .net core 3.0

* Update cc.sh

* Update appveyor.yml

* Update ArchiSteamFarm.csproj

* Update appveyor.yml

* Update .travis.yml

* Build corrections

* Cleanup

* Update .travis.yml

* Don't publish trimmed for now

* Update ArchiSteamFarm.csproj
2019-09-26 20:28:25 +02:00
JustArchi
36b2a4b505 Add support of ASF_PATH to shell scripts + misc 2019-08-03 02:16:16 +02:00
JustArchi
90e4b26969 Misc 2019-07-28 23:06:41 +02:00
JustArchi
5f14684d37 Misc bash scripts improvements 2019-02-19 00:59:26 +01:00
JustArchi
f45717cb1a Misc 2018-12-25 20:31:32 +01:00
JustArchi
a7df090225 Misc 2018-05-13 20:43:22 +02:00
JustArchi
f8fa22f8c2 Avoid using dotnet exec
dotnet exec is implementation detail, initially I used it to avoid useless dotnet process that spawned dotnet exec, but it seems .NET Core team found out about this and patched it so initial dotnet call properly uses exec() on itself into dotnet exec, good job .NET Core team!
2017-11-22 05:49:38 +01:00
JustArchi
34473f502a Misc 2017-11-05 08:23:21 +01:00
JustArchi
4665f989fe Misc run.sh correction 2017-11-05 08:18:25 +01:00
JustArchi
ac1dfb6c60 Closes #683 2017-10-31 20:16:01 +01:00
JustArchi
a3e7e93469 And another one 2017-10-22 19:29:10 +02:00
JustArchi
de349adf6c Fix fuckup 2017-10-22 19:27:47 +02:00
JustArchi
e1ddd99935 Various script improvements 2017-10-21 23:03:45 +02:00
JustArchi
feafd16269 Add handling of --path to headless detection 2017-10-19 12:46:42 +02:00
JustArchi
ad4e4ed92f Don't catch EXIT signal
It's not only pointless, but causes issues when scripts are being run in another set -e container.
2017-10-18 15:10:32 +02:00
JustArchi
944421e47e cc.sh/run.sh code review 2017-10-18 15:03:52 +02:00
JustArchi
6b4634746a Update scripts
So they match more what travis is doing.
2017-08-31 07:54:07 +02:00
JustArchi
fb09581d18 Correct run.sh 2017-06-26 05:48:48 +02:00
JustArchi
fb59a37346 Initial build tools for linux 2017-06-26 05:14:44 +02:00
JustArchi
18c6fd639a Misc 2016-09-13 03:12:58 +02:00
JustArchi
4d6f2811bb Unify mono params 2016-09-12 20:52:30 +02:00
JustArchi
49b1259817 Misc 2016-08-27 09:56:52 +02:00
JustArchi
2a61ecb681 Attempt to fix Mono weekly in travis (once again) 2016-08-27 09:34:08 +02:00
JustArchi
49f6181263 Misc 2016-07-24 02:59:07 +02:00
JustArchi
e094a02762 Misc 2016-07-24 02:51:16 +02:00
JustArchi
410f31f995 Misc 2016-07-24 02:49:59 +02:00
JustArchi
85a70911e1 Add support of command-line-arguments to run.sh 2016-07-24 02:48:49 +02:00
JustArchi
b94bfae804 Revert "Fix compilation with Mono master"
This reverts commit b64491e284.

Didn't fix the issue as mcs.exe is bugged as well, I'll just live with Mono weekly being broken and unreliable ¯\_(ツ)_/¯
2016-07-21 23:38:33 +02:00
JustArchi
b64491e284 Fix compilation with Mono master
Bugs, bugs everywhere! https://bugzilla.xamarin.com/show_bug.cgi?id=42606
2016-07-21 23:24:03 +02:00
JustArchi
658d6129a7 Add --until-clean-exit 2016-07-11 19:22:25 +02:00
JustArchi
85dea3ab70 Mono: Prefer performance over memory
Every user can further fine-tune it however he wishes with https://github.com/JustArchi/ArchiSteamFarm/wiki/Low-memory-setup
2016-06-03 00:16:31 +02:00
JustArchi
f406034c63 Mono: Prefer more aggressive GC 2016-06-01 22:43:11 +02:00
JustArchi
f840f28657 Run debug version with Mono debug 2016-05-18 02:46:29 +02:00
JustArchi
d8b59c6889 Add Linux scripts 2016-03-29 22:58:18 +02:00