Watch
2
0
Fork
You've already forked raylib-cs
0

Merge branch 'native-runtimes' into android

This commit is contained in:
anggape 2023-07-23 19:24:52 +07:00
commit 57b0ec2b8e
No known key found for this signature in database
GPG key ID: 318EF680D0181D86

View file

@ -1,7 +1,12 @@
name: Build name: Build
on: on:
push: push:
branches: master
pull_request: pull_request:
branches: '*'
paths-ignore:
- 'README.md'
- '.github/ISSUE_TEMPLATE/**'
workflow_dispatch: workflow_dispatch:
jobs: jobs:
prepare: prepare:
@ -92,7 +97,6 @@ jobs:
-D BUILD_SHARED_LIBS=ON \ -D BUILD_SHARED_LIBS=ON \
-D BUILD_EXAMPLES=OFF -D BUILD_EXAMPLES=OFF
cmake --build build --config Release cmake --build build --config Release
file build/raylib/libraylib.so # TODO: remove me
- name: upload build - name: upload build
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
@ -126,7 +130,6 @@ jobs:
-D BUILD_SHARED_LIBS=ON \ -D BUILD_SHARED_LIBS=ON \
-D BUILD_EXAMPLES=OFF -D BUILD_EXAMPLES=OFF
cmake --build build --config Release cmake --build build --config Release
file build/raylib/libraylib.dylib # TODO: remove me
- name: upload build - name: upload build
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
@ -161,7 +164,6 @@ jobs:
-D BUILD_SHARED_LIBS=ON \ -D BUILD_SHARED_LIBS=ON \
-D BUILD_EXAMPLES=OFF -D BUILD_EXAMPLES=OFF
cmake --build build --config Release cmake --build build --config Release
file build/raylib/Release/raylib.dll # TODO: remove me
- name: upload build - name: upload build
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3