elpasync pushed a change to branch elpa/pdf-tools.
from 56645d7fdd9 feat: support pdf-buffer bookmarks in workspace managers
new 415ff1e524e fix: wrap next-line-or-page, previous-line-or-page
boundary calls in ignore-errors
new 2f81c55e802 doc: update NEWS and prepare for the current release
new 9d948a0d8a2 chore: release version 1.2.0
new 42a9450fa27 feat: move from circleci to github actions for testing
pdf-tools
new cd9a2fe0c25 fix: attempt 1 fixing the appveyor build file
new e87b3dc88c8 feat: move from appveyor to github actions for testing
pdf-tools
Summary of changes:
.circleci/config.yml | 109 -------------------------------------
.github/workflows/test.yml | 131 +++++++++++++++++++++++++++++++++++++++++++++
NEWS | 38 ++++++++++++-
ci/appveyor/install.bat | 21 --------
ci/appveyor/pack.bat | 22 --------
lisp/pdf-tools.el | 2 +-
lisp/pdf-view.el | 4 +-
server/autobuild | 2 +-
8 files changed, 172 insertions(+), 157 deletions(-)
delete mode 100644 .circleci/config.yml
create mode 100644 .github/workflows/test.yml
delete mode 100644 ci/appveyor/install.bat
delete mode 100644 ci/appveyor/pack.bat