Commit graph

65 commits

Author SHA1 Message Date
Magnus Norddahl
d8c0e4284f Remove vcpkg because that garbage thing keeps failing builds... 2025-01-08 23:29:01 +01:00
nashmuhandes
55940ba21d Merge branch 'master' of https://github.com/ZDoom/gzdoom 2024-10-10 22:04:23 +08:00
alexey.lysiuk
6c4b25930b - moved appimage github actions workflow back
it should be disabled in actions settings instead
revert 77519332e8
2024-10-10 13:35:42 +03:00
alexey.lysiuk
411531026b - updated github actions workflow
* fix macos jobs
* fix warnings
2024-10-10 12:58:07 +03:00
Rachael Alexanderson
15241cbe96
- use newer zmusic 2024-10-09 11:06:30 -04:00
Rachael Alexanderson
77519332e8
- deactivate appimage for now, don't have enough interest looking into what's causing it to fail 2024-09-11 07:18:07 -04:00
Magnus Norddahl
59ad52299e Fix path in copy command 2024-05-09 22:14:06 +02:00
Magnus Norddahl
316003dbf6 Stop building packages for debug builds 2024-05-09 22:06:36 +02:00
Magnus Norddahl
cf7be62721 Create stripped PDB and include it in the nightly builds 2024-05-09 21:56:58 +02:00
Magnus Norddahl
a7a95f4800 According to people on the zdoom forum this isn't working properly.
Since it isn't part of the other yml file it causes more trouble than it solves.
2024-05-09 21:27:46 +02:00
Magnus Norddahl
9605e992e7 Seems the Linux build doesn't produce fm_banks and soundfonts. Or it does and its located elsewhere. Remove it for now. 2024-04-22 10:45:16 +02:00
Magnus Norddahl
6d6238bc88 Add missing files to build package 2024-04-22 10:35:28 +02:00
Magnus Norddahl
76bfddd14f Strip the linux executable and include it in the nightly builds 2024-03-07 21:32:29 +01:00
Magnus Norddahl
dca4292520 Editing github workflow files is not annoying at all 2024-03-07 21:19:08 +01:00
Magnus Norddahl
bd13ef16de Try publish package for Linux GCC 12 2024-03-07 21:09:45 +01:00
dpjudas
01daca7ef7 Zip the artifacts 2024-02-11 07:19:40 +01:00
dpjudas
dc20b115fc Revert last commit 2024-02-11 07:02:48 +01:00
dpjudas
c4ea92cf8e Seems releaser produces some weird error. Try with the older version instead. 2024-02-11 06:46:27 +01:00
dpjudas
0cd7553aa2 Upload and download artifact must be same version 2024-02-11 06:29:32 +01:00
dpjudas
533994e4dd Run the deploy step on linux 2024-02-11 06:19:32 +01:00
dpjudas
ca97dbaf89 Add latest successful build publish step 2024-02-11 05:55:33 +01:00
Ștefan Talpalaru
07d6b1448a undo CI change 2024-02-05 17:40:37 +01:00
Ștefan Talpalaru
b5eb8f47db GCC-13 support, when precompiled headers are off 2024-02-05 17:40:37 +01:00
Magnus Norddahl
a4fae58685 Rename action workflow as github doesn't group them and two workflows with the same name is annoying 2023-12-31 07:31:04 +01:00
Magnus Norddahl
d53c19140d Use the CI scripts from GZDoom as we have nasty dependencies 2023-12-31 06:54:36 +01:00
Magnus Norddahl
91929d6b7f Add CI build instructions 2023-12-31 06:45:00 +01:00
alexey.lysiuk
e3e5071475 - updated continuous integration workflow
* bump GCC targets to 9 and 12
* bump Clang targets to 11 and 15
* use Ubuntu 22.04 images
* use actual versions of checkout and upload-artifact actions
* remove lots of needless formatting, double quotes in particular
* remove unused dependencies
* remove obsolete Strawberry Perl workaround
2023-09-20 11:49:00 +03:00
Rachael Alexanderson
6033b054e2 - bump vcpkg version in continuous integration 2023-09-14 08:45:39 -04:00
alexey.lysiuk
5cfdd82e0f - ci: update to clang 10
versions before 9 fails to compile with the following error
/usr/bin/../lib/gcc/x86_64-linux-gnu/10/../../../../include/c++/10/bits/stl_tree.h:701:4: error: exception specification of explicitly defaulted move constructor does not match the calculated one

clang 9 fails to link with the following errors
/usr/bin/../lib/gcc/x86_64-linux-gnu/10/../../../../include/c++/10/cmath:223: undefined reference to `__expf_finite'
src/rendering/swrenderer/drawers/r_draw_rgba.cpp:1120: undefined reference to `__log2_finite'
src/rendering/swrenderer/drawers/r_draw_rgba.cpp:1120: undefined reference to `__log2_finite'
src/rendering/swrenderer/drawers/r_draw_rgba.cpp:1120: undefined reference to `__log2_finite'
src/rendering/swrenderer/plane/r_flatplane.cpp:183: undefined reference to `__log2_finite'
src/rendering/swrenderer/viewport/r_spritedrawer.cpp:174: undefined reference to `__log2_finite'
2023-09-13 13:57:27 +03:00
Cacodemon345
145450a044 WebP image support 2023-08-22 19:14:21 +02:00
Cacodemon345
22271d146a Switch to vcpkg for library dependencies 2023-08-21 21:12:00 +02:00
Rachael Alexanderson
81af5279d1 - clang 6 debug workflow is broken for now 2023-08-10 16:31:51 -04:00
Rachael Alexanderson
7d16452a3f - correct the folder entry for the icon in the appimage workflow 2023-08-03 13:21:20 -04:00
Rachael Alexanderson
d4a18f3f4b - repeat work from 165c7b248f 2023-08-03 13:21:20 -04:00
Magnus Norddahl
be6f29c1d5 Remove github integration folders as they would have to be updated before they will work 2023-03-16 20:37:29 +01:00
Kevin Caccamo
f9de0d5c11 Impel people to include demo mods in bug reports
Since small demo mods are the preferred way for GZDoom developers to reproduce bugs
2023-01-11 23:56:43 -05:00
alexey.lysiuk
d4f4b9b599 - fixed continuous integration of Windows targets 2022-11-26 09:39:48 +02:00
alexey.lysiuk
d2c9a0fcde - updated continuous integration workflow
* Use macOS 12 runners
* Test Xcode project generation in addition to Makefile one
* Remove obsolete CMake options
* Use ZMusic 1.1.9
2022-06-18 13:14:27 +03:00
Rachael Alexanderson
da97269ea7
Update bug_report.yml
Encourage more detailed info about OS info especially since different Linux distros have idiosyncrasies that can be problematic
2022-05-15 06:15:33 -04:00
Christoph Oelckers
3ca8c528e0 - add libvpx to Linux Clang 12 CI-target 2022-04-26 20:50:37 +02:00
Christoph Oelckers
1a9755b719 - added libvpx to CI configuration. 2022-04-26 20:50:35 +02:00
alexey.lysiuk
c3fc4e347e - added Visual Studio 2022 target to continuous integration 2022-01-15 17:01:19 +02:00
arrowgent
51faf8a9c6 change version input in feature_request.yml
remove dropdown list since i cant determine how to get a workflow to pull info from known releases
2021-10-01 20:15:26 +02:00
arrowgent
b48e99637e change version input in bug_report.yml
remove dropdown list since i cant determine how to get a workflow to pull info from known releases
2021-10-01 20:15:26 +02:00
arrowgent
355e367a08 move game loc 2021-08-31 14:38:36 +02:00
arrowgent
5e5f727ba5 move game loc 2021-08-31 14:38:36 +02:00
arrowgent
a6afcdac94 raze.ini - gzdoom.ini 2021-08-31 14:38:36 +02:00
arrowgent
e0164ccad4 Create feature_request.yml 2021-08-31 14:38:36 +02:00
arrowgent
027676fb4d raze - gzdoom 2021-08-31 14:38:36 +02:00
arrowgent
1ee689fd38 Update and rename bug_report.md to bug_report.yml 2021-08-31 14:38:36 +02:00