notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed5b27c
)
build, upload artifact libretro-linux
author
kub
<derkub@gmail.com>
Sat, 25 Jan 2025 19:28:21 +0000
(20:28 +0100)
committer
kub
<derkub@gmail.com>
Sat, 25 Jan 2025 19:28:27 +0000
(20:28 +0100)
.github/workflows/ci.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/ci.yml
b/.github/workflows/ci.yml
index
0472262
..
5e7574a
100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-24,6
+24,11
@@
jobs:
submodules: true
- name: make
run: LDFLAGS=-Wl,--no-undefined make -j$(getconf _NPROCESSORS_ONLN) -f Makefile.libretro
+ - name: artifacts
+ uses: actions/upload-artifact@v4
+ with:
+ name: Libretro-linux
+ path: picodrive_libretro.so
build-win32:
runs-on: ubuntu-latest