mirror of
https://github.com/minetest/irrlicht.git
synced 2024-12-25 02:00:30 +01:00
Make Linux CI run upload a package
This commit is contained in:
parent
ff737e113c
commit
3006362e25
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -20,6 +20,16 @@ jobs:
|
|||||||
cmake .
|
cmake .
|
||||||
make
|
make
|
||||||
|
|
||||||
|
- name: Package
|
||||||
|
run: |
|
||||||
|
make DESTDIR=$PWD/_install install
|
||||||
|
tar -c -I "gzip -9" -f irrlicht-linux.tar.gz -C ./_install/usr/local .
|
||||||
|
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: irrlicht-linux
|
||||||
|
path: ./irrlicht-linux.tar.gz
|
||||||
|
|
||||||
linux-gles:
|
linux-gles:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user