Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Appveyor #65

Merged
merged 2 commits into from
May 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 0 additions & 38 deletions .appveyor.yml

This file was deleted.

1 change: 0 additions & 1 deletion MAINTAINERSHIP.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Publish a New Version
- `.github/workflows/main.yml`: `PACKAGE_VERSION_BASE` environment variable (3 occurrences)
- `common/download-release.ps1`: `$Version` variable default value
- `common/nuget-pack.ps1`: `$Version` variable default value
- `.appveyor.yml`: `test_script` section (2 occurrences)
5. Update the `releaseNotes` element in the `tdlib.native.nuspec` file.
6. Create a pull request, verify that the tests are okay.
7. Push a version tag (`v1.x.x`) to this repository. CI servers will do their job and upload the artifacts to the [Releases][releases] page.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is a project to pack [TDLib][tdlib] (the Telegram Database library) binarie

- [MacOS 10.15][spec.macos] (x64) _(GitHub Actions image: `macos-10.15`)_
- [Ubuntu 18.04][spec.linux] (x64) _(Docker image: `ubuntu:18.04`)_
- [Windows Server 2019][spec.windows] (x64) _(Appveyor image: `Visual Studio 2019`)_
- [Windows Server 2019][spec.windows] (x64) _(GitHub Actions image: `windows-2019`)_

Getting Started
---------------
Expand All @@ -29,6 +29,6 @@ Documentation
[releases]: https://github.com/ForNeVeR/tdlib.native/releases
[spec.linux]: https://hub.docker.com/_/ubuntu
[spec.macos]: https://github.com/actions/virtual-environments/blob/main/images/macos/macos-10.15-Readme.md
[spec.windows]: https://www.appveyor.com/docs/windows-images-software/
[spec.windows]: https://github.com/actions/virtual-environments/blob/main/images/win/Windows2019-Readme.md
[tdlib]: https://github.com/tdlib/td
[tdsharp]: https://github.com/egramtel/tdsharp
10 changes: 0 additions & 10 deletions windows/copy-artifacts.appveyor.ps1

This file was deleted.

11 changes: 0 additions & 11 deletions windows/install.ps1

This file was deleted.