Compare commits

..

2 commits

Author SHA1 Message Date
995b06f475 Remove some unnecessary files from workflow upload
Some checks failed
Build / build-android (push) Waiting to run
Build / build-windows (push) Waiting to run
Build / build-gentoo (push) Successful in 1m23s
Build / get-source-code (push) Failing after 4m48s
Build / build-appimage (push) Has been cancelled
2024-10-20 15:23:33 -07:00
f28ea792bc Remove old Meson cross compile config 2024-10-20 15:21:21 -07:00
2 changed files with 19 additions and 21 deletions

View file

@ -22,6 +22,25 @@ jobs:
. .
!**/.git !**/.git
!.git !.git
!assets/ForkAwesome/bower.json
!assets/ForkAwesome/CHANGELOG.md
!assets/ForkAwesome/component.json
!assets/ForkAwesome/composer.json
!assets/ForkAwesome/_config-deploy.yml
!assets/ForkAwesome/_config.yml
!assets/ForkAwesome/CONTRIBUTING.md
!assets/ForkAwesome/CONTRIBUTORS.md
!assets/ForkAwesome/css
!assets/ForkAwesome/Dockerfile
!assets/ForkAwesome/Gemfile
!assets/ForkAwesome/Gemfile.lock
!assets/ForkAwesome/less
!assets/ForkAwesome/package.json
!assets/ForkAwesome/package-lock.json
!assets/ForkAwesome/README.md
!assets/ForkAwesome/scss
!assets/ForkAwesome/src
compression-level: 9 compression-level: 9
overwrite: true overwrite: true
include-hidden-files: true include-hidden-files: true

View file

@ -1,21 +0,0 @@
[binaries]
c = 'x86_64-w64-mingw32-gcc'
cpp = 'x86_64-w64-mingw32-g++'
ar = 'x86_64-w64-mingw32-ar'
strip = 'x86_64-w64-mingw32-strip'
pkgconfig = 'x86_64-w64-mingw32-pkg-config'
cmake = 'x86_64-w64-mingw32-cmake'
exe_wrapper = 'wine64'
[host_machine]
system = 'windows'
cpu_family = 'x86_64'
cpu = 'x86_64'
endian = 'little'
[properties]
cmake_toolchain_file = '/usr/share/mingw/toolchain-x86_64-w64-mingw32.cmake'
cmake_defaults = false
[cmake]