Commit graph

118 commits

Author SHA1 Message Date
Łukasz Domeradzki
5471394bab
Implement automatic crowdin strings upload in AppVeyor (#937)
* Initial crowdin-ci integration

* Fix syntax

* Fix detached heads

* Fix syntax for java-only installs

* Finish the PR

* Misc
2018-11-06 06:00:01 +01:00
Łukasz Domeradzki
15292fda27
Enable custom dotnet for appveyor (#931)
* Enable dotnet channel for appveyor

* Second try

* Third try
2018-10-29 22:58:14 +01:00
JustArchi
0464e255af Misc 2018-09-23 03:31:47 +02:00
Łukasz Domeradzki
d0f32c8250
ASF V3.4 with ASF UI (#906)
* Add ASF UI as dependency

* Correct CIs

* Misc

* Misc

* Another attempt of fixing travis

* And another one

* Test monmon improvements

* Test

* Another test

* More travis tests

* And one more

* Another test

* More tests

* More tests

* More tests

* Final code

* Use deploy script for ASF UI

* Misc

* Kill obsolete code and bump version

* Delete old asf-ui

* Add new ASF-ui

* Add UI.html
2018-09-23 01:52:19 +02:00
JustArchi
f4c4457188 JustArchi -> JustArchiNET rebranding 2018-09-22 20:35:13 +02:00
JustArchi
c51afa77c6 Closes #897 2018-09-16 16:24:44 +02:00
JustArchi
83e308724b Misc 2018-09-14 05:38:55 +02:00
JustArchi
be280a7529 Misc 2018-09-14 05:35:08 +02:00
JustArchi
29129810ba Misc 2018-09-14 05:33:01 +02:00
JustArchi
913d3f0e0d Fix linux-arm build (hopefully) 2018-09-14 05:31:22 +02:00
JustArchi
60d84c0300 Misc 2018-07-23 06:21:20 +02:00
JustArchi
2556debd9a CIs: Build all branches
This will sadly trigger double build for travis due to lack of https://github.com/travis-ci/travis-ci/issues/6612 but overall it'll be useful for PRs targetting non-master branch.
2018-07-23 04:13:41 +02:00
JustArchi
86ccc786b4 Misc: Prefer EUR over USD for PP donations
Regarding fees.
2018-07-13 13:37:19 +02:00
JustArchi
bb8fcff476 Revert "CI: Misc"
This reverts commit 96d43ec6ed.
2018-07-13 12:15:35 +02:00
JustArchi
96d43ec6ed CI: Misc 2018-07-13 12:09:41 +02:00
JustArchi
f70a0215d2 CI: Misc 2018-07-12 10:42:59 +02:00
JustArchi
c48a98b8b3 😕 2018-07-11 11:11:29 +02:00
JustArchi
879e9dcb34 Misc 2018-07-11 11:05:46 +02:00
JustArchi
8f33d60df0 CI: One less todo to worry about 2018-07-11 11:04:29 +02:00
JustArchi
84331b8c7b Add linux-arm workaround for https://github.com/dotnet/coreclr/issues/18486 2018-07-10 09:37:51 +02:00
Łukasz Domeradzki
4e573a2c9e
CI: Try to limit number of parallel restores (#839)
* Try to limit number of parallel restores

* Add comments

* Misc

* Misc

* Misc
2018-07-04 22:55:34 +02:00
Łukasz Domeradzki
c1d85852e8
CI improvements
* Test potential solution for generic-netf being 'special'

* Bump OSX

* Misc
2018-07-04 05:43:51 +02:00
JustArchi
1d62ee11d3 AppVeyor: misc 2018-06-13 02:47:26 +02:00
JustArchi
1ca710764f Fix dockerfiles 2018-06-04 00:25:22 +02:00
Łukasz Domeradzki
9a30277cf8
Runtime upgrade to .NET Core 2.1 (#804)
* Initial bump to .NET Core 2.1

* Add workaround for https://github.com/mono/linker/issues/286

* Deprecate BackgroundGCPeriod

* Websockets updates

* Misc

* Check if travis works with 2.1

* Not yet

* Fix travis for now

* Test

* Whatever, travis is broken right now

* Schema update

* Update travis

* Test travis

* Check OSX

* Correct CI versions

* Misc

* Misc
2018-06-04 00:17:13 +02:00
JustArchi
79961fc6c4 Fix auto-updates for generic-netf 2018-06-03 09:36:23 +02:00
Łukasz Domeradzki
a515de5807
Implement support for mono (#806)
* Initial buggy mono support

* Start building generic-netf variant

* Fix CIs

* Disable ILLink.Tasks for generic-netf

* Make generic-netf *special*

* Keep fixing

Don't ask me why reverse order works, this is next-gen msbuild magic

* Mono compat

* Mono compat

* Misc

* Update to .NET Framework 4.7.2

* .NET 4.7.2 compat

* Misc
2018-06-03 07:51:20 +02:00
JustArchi
f9ea5aeb03 Use alphabetical order for variants 2018-06-01 21:36:13 +02:00
JustArchi
659cbb9781 Add workaround for https://github.com/Microsoft/msbuild/issues/3350 2018-06-01 20:11:20 +02:00
JustArchi
61fa89bd36 Add workaround for shared output assemblies
Note to self: revisit this once I get the response in https://github.com/dotnet/cli/issues/9349
2018-05-25 22:08:23 +02:00
JustArchi
b2bca86998 AppVeyor hardening
1:0 for bash
2018-05-19 21:48:26 +02:00
JustArchi
1857fec906 Misc 2018-05-13 20:33:44 +02:00
JustArchi
2258204056 Fix build + misc 2018-05-11 23:26:13 +02:00
JustArchi
7ba429de6e --no-restore improvements 2018-05-10 21:35:03 +02:00
JustArchi
a8766c4f37 AppVeyor: allow preview VS to fail 2018-04-17 10:59:06 +02:00
JustArchi
64e0cf8c39 Disable cross-gen only for specific runtime compilation 2018-03-29 02:35:38 +02:00
Łukasz Domeradzki
faeb7458bc
Update AppVeyor CI to Powershell Core (#767)
* Update AppVeyor CI to Powershell Core

* Fix Push-AppveyorArtifact
2018-03-17 18:06:30 +01:00
JustArchi
79e9c3bafd Misc 2018-03-17 17:13:04 +01:00
Łukasz Domeradzki
d5d469d4d3
Linker optimizations V2 (#766)
* Testing

* Travis fix
2018-03-17 17:11:41 +01:00
JustArchi
73be7800eb Turn off linker optimizations
At least for now, since it causes at least 2 outstanding bugs at the moment.
2018-02-06 17:02:45 +01:00
JustArchi
209188a29b Misc 2017-12-29 03:40:44 +01:00
JustArchi
706a543509 Misc 2017-12-14 17:54:33 +01:00
JustArchi
55cdb5d0d9 Fix preprocessor definition detection
Also wow, I had no idea that even .csproj files handled by msbuild support C# operations, this is freaking awesome.
2017-11-29 01:48:15 +01:00
JustArchi
fdd8eb408b Introduce UpdatePeriod
Direct AutoUpdates replacement, also get rid of ArchiSteamFarm.version, since I'm pretty sure it can be done at compile time instead.
2017-11-29 01:22:40 +01:00
Łukasz Domeradzki
9006b368b0 Linker optimizations (#681)
* Linker optimizations

* Test

* One step forward

* One step forward

* And final step forward

* Misc
2017-10-26 23:05:47 +02:00
JustArchi
9867f2c52c Improve AppVeyor workaround 2017-10-23 12:55:35 +02:00
JustArchi
38e4d1f8c3 Update CIs 2017-10-23 12:46:47 +02:00
Łukasz Domeradzki
3fc8df555f Update SK2 to Beta1 (#675)
* Revert "ToRevert: SK2 Alpha10"

This reverts commit 88928466fc.

* Trigger build

* Try https://github.com/appveyor/ci/issues/1861#issuecomment-337719176 workaround
2017-10-18 22:50:01 +02:00
JustArchi
624a61af2e Address weird AppVeyor behaviour 2017-10-15 11:45:05 +02:00
JustArchi
b1fb216083 AppVeyor: Misc 2017-10-15 11:04:25 +02:00