Skip to content

Commit

Permalink
add raylib to build yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
savaughn committed Sep 26, 2023
1 parent fbd165a commit 876d7b2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
cmake .
make
- name: Build raylib
run: |
cd deps/raylib/src/
make PLATFORM=PLATFORM_DESKTOP
- name: Build Project
run: |
make all
Expand Down Expand Up @@ -64,7 +69,7 @@ jobs:
mkdir -p "${BUILD_DIR}/PokeromTrader.app/Contents/Resources"
# Copy the executable to the .app bundle
cp "pokeromtrader.out" "${MACOS_DESTINATION}/${APP_BUNDLE_EXECUTABLE}"
cp "pokeromtrader" "${MACOS_DESTINATION}/${APP_BUNDLE_EXECUTABLE}"
# Create Info.plist file
echo '<?xml version="1.0" encoding="UTF-8"?>' > "${INFO_PLIST}"
Expand Down

0 comments on commit 876d7b2

Please sign in to comment.