Commit Graph

105 Commits (29bc13a124697056615263daefb75669ce051048)

Author SHA1 Message Date
Connor McLaughlin b5f806a830 CI: Work around Azure Ubuntu mirror issue 2 years ago
Connor McLaughlin 84c966502d CI: Better title for latest release
.. and remove references to the nogui appimage, it hasn't been a thing
in some time now.
2 years ago
Connor McLaughlin 5fa7960c31 CI: Fix/re-enable Mac builds
Credit to TellowKrinkle for debugging the QtNetwork build issue.
2 years ago
Connor McLaughlin 59d3151323 CI: Temporarily disable Mac builds
Qt fails building due to:

Undefined symbols for architecture x86_64:
  "___gss_c_nt_hostbased_service_oid_desc", referenced from:
      qGSsapiGetServiceName(QStringView) in qauthenticator.cpp.o

and I don't have the energy to set up a VM to figure out why at the
moment.
2 years ago
Connor McLaughlin 5dcf242d62 CI: Remove UWP completely
Code's been gone for a while, no need to keep it in here either.

Shame the platform is so full of leeches who want nothing but to knock
others off work off for profit.
2 years ago
Connor McLaughlin 40a485326a CI: Build universal binaries for MacOS 3 years ago
Connor McLaughlin 20e2c39c0d CI: Self-sign Mac builds 3 years ago
Connor McLaughlin 0006c54c46 Build: Add Mac dependencies and fix packaging 3 years ago
Connor McLaughlin 5cb9ca1b8d CI: Don't enable DRM/KMS on AppImage 3 years ago
Connor McLaughlin 7e52c01b35 CI: Fix appimage not being included in release 3 years ago
Connor McLaughlin 0590a6098d CI: Fix up Linux/Mac build and disable UWP (for now) 3 years ago
Connor McLaughlin 3d61e3e379 CI: Switch to windows-2022/VS2022 3 years ago
Connor McLaughlin 8e56bb3f72
Merge pull request #2783 from Calinou/add-issue-forms
Replace existing issue templates with issue forms
3 years ago
Hugo Locurcio d13a418d06
Use Ninja for macOS builds on GitHub Actions
Ninja makes for faster builds compared to Make.
3 years ago
Hugo Locurcio b9841634cd
Replace existing issue templates with issue forms
Issue forms provide better guidance when creating issues, especially
for people less familiar with GitHub issue creation.
3 years ago
Connor McLaughlin 643dcb0a39 Update bug_report.md 3 years ago
Connor McLaughlin 134f7d6e54 CI: Set version in rc files at build time 3 years ago
Connor McLaughlin 96f4fdf8d8
CI: Fix incorrect operator 3 years ago
qurious-pixel 8ccee29694
Disable AppX signing for PRs
Allows builds to complete with unsigned UWPs
3 years ago
Anderson_Cardoso 6253003bc0
Update Bug Report!
Since there is no Android support anymore, I'm removing the part where it is mentioned!
3 years ago
qurious-pixel 11be9c1498
generate a wayland appimage (#2625)
* generate a wayland appimage

- update patchelf to 0.12
- integrate qt5-wayland plugins
- check for wayland display environment

* duckstation wayland

- update packages to include qt5-wayland
- upload wayland packages
- add wayland packages to release

* Generate single Qt appimage with wayland

- combine x11 and wayland into one appimage

* One Qt appimage
3 years ago
Connor McLaughlin 36bad69b31 CI: Don't try to make UWP app bundle on pull requests 4 years ago
Connor McLaughlin c3cbe3b969 CI: Enable UWP/AppX releases 4 years ago
Connor McLaughlin 172c522a73 CI: Fix incorrect auto-updater arm64 filename 4 years ago
Connor McLaughlin b5af2b25cf CI: Collapse del commands 4 years ago
Connor McLaughlin 52673743e1
CI: Fix workflow failure 4 years ago
Connor McLaughlin 64560d09fc Update CI scripts 4 years ago
Connor McLaughlin 4435851276 CI: Generate app bundles 4 years ago
Connor McLaughlin 950b81861b CI: Revert previous commit and fix underlying issue 4 years ago
Connor McLaughlin 1269a1e091 CI: Remove macOS builds completely
Random failures, and I don't have a machine to debug it on.
4 years ago
Connor McLaughlin 5e0e6c71bf CI: Improve naming of libretro binaries 4 years ago
Connor McLaughlin f10134251b CI: Add play store builder 4 years ago
Connor McLaughlin f98f9fcd0c CI: Fix libretro dll for Windows 4 years ago
Connor McLaughlin 94cb847e21 CI: Re-add libretro builds 4 years ago
Connor McLaughlin d4214211a2
Merge pull request #2028 from j8r/add-appstream-metadata-file
Add AppStream metadata file
4 years ago
Julien Reichardt 4bd1161ac9 Split appimage script and distribution files 4 years ago
Connor McLaughlin 25426a90e7 CI: Don't publish Mac builds 4 years ago
Connor McLaughlin 6ba94b7eb2 Add note about issue templates being mandatory 4 years ago
Connor McLaughlin 924756860e HostDisplay: Support refresh rate queries on all platforms except Mac 4 years ago
falsepopsky dbedb8d5d6 update spanish qt, new config to block blank issues 4 years ago
Connor McLaughlin adae4e1e5b
CI: Fix build path for Qt on Mac (#1740) 4 years ago
Connor McLaughlin 9a8cb97875 CI: Add missing Mac build to preview release 4 years ago
Connor McLaughlin 4eace11a8b Enable building with RetroAchievements by default 4 years ago
Connor McLaughlin 413e52b38d CI: Use Ubuntu 20.04 for AppImage builds 4 years ago
Connor McLaughlin 1b1a5996ec CI: Enable DRM/KMS and Wayland for AppImage builds 4 years ago
Connor McLaughlin 8647423fe9 Update issue template 4 years ago
Connor McLaughlin 2dabccffc6 CI: Package NoGUI AppImage on Linux instead of SDL 4 years ago
Connor McLaughlin 7d036d6fee CI: Provide Windows build symbols as separate file 4 years ago
Connor McLaughlin 419726f4cc Remove libretro core - core will now be maintained by libretro
libretro have agreed to take over maintenance of the core.

Please see their fork at https://github.com/libretro/duckstation if you
wish to continue to use it.
4 years ago
Anderson_Cardoso 498b00a8e8
Update Bug Report Template (#1369)
* Update Bug Report Template
4 years ago