mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-09-09 03:01:41 -04:00
Merge branch 'native-runtimes' into android
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -1,7 +1,12 @@
|
||||
name: Build
|
||||
on:
|
||||
push:
|
||||
branches: master
|
||||
pull_request:
|
||||
branches: '*'
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
prepare:
|
||||
@@ -92,7 +97,6 @@ jobs:
|
||||
-D BUILD_SHARED_LIBS=ON \
|
||||
-D BUILD_EXAMPLES=OFF
|
||||
cmake --build build --config Release
|
||||
file build/raylib/libraylib.so # TODO: remove me
|
||||
|
||||
- name: upload build
|
||||
uses: actions/upload-artifact@v3
|
||||
@@ -126,7 +130,6 @@ jobs:
|
||||
-D BUILD_SHARED_LIBS=ON \
|
||||
-D BUILD_EXAMPLES=OFF
|
||||
cmake --build build --config Release
|
||||
file build/raylib/libraylib.dylib # TODO: remove me
|
||||
|
||||
- name: upload build
|
||||
uses: actions/upload-artifact@v3
|
||||
@@ -161,7 +164,6 @@ jobs:
|
||||
-D BUILD_SHARED_LIBS=ON \
|
||||
-D BUILD_EXAMPLES=OFF
|
||||
cmake --build build --config Release
|
||||
file build/raylib/Release/raylib.dll # TODO: remove me
|
||||
|
||||
- name: upload build
|
||||
uses: actions/upload-artifact@v3
|
||||
|
Reference in New Issue
Block a user