Skip to content

Commit 105c3c4

Browse files
update workflows
1 parent ee08179 commit 105c3c4

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

.github/workflows/macOS.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -66,26 +66,12 @@ jobs:
6666
# Join x86_64 and arm64 dynamic
6767
rm -f ./build/RGFW/*
6868
lipo -create -output RGFW/libRGFW.dylib /tmp/libRGFW_x86_64.dylib /tmp/libRGFW_arm64.dylib
69-
70-
# Build RGFW-buffer x86_64 dynamic
71-
make RGFW-buffer/libRGFW.dylib CUSTOM_CFLAGS="-target x86_64-apple-macos10.12 -DGL_SILENCE_DEPRECATION"
72-
mv RGFW-buffer/libRGFW.dylib /tmp/libRGFW_x86_64.dylib
73-
rm -f RGFW.o
74-
75-
# Build RGFW-buffer arm64 dynamic
76-
make RGFW-buffer/libRGFW.dylib CUSTOM_CFLAGS="-target arm64-apple-macos11 -DGL_SILENCE_DEPRECATION"
77-
mv RGFW-buffer/libRGFW.dylib /tmp/libRGFW_arm64.dylib
78-
79-
# Join x86_64 and arm64 dynamic
80-
rm -f ./build/RGFW-buffer/*
81-
lipo -create -output RGFW-buffer/libRGFW.dylib /tmp/libRGFW_x86_64.dylib /tmp/libRGFW_arm64.dylib
8269
# make Odin/odin
8370
# make ODIN=Odin/odin
8471

8572
- name: Generate Artifacts
8673
run: |
8774
cp -v -r ./RGFW ./build/${{ env.RELEASE_NAME }}
88-
cp -v -r ./RGFW-buffer ./build/${{ env.RELEASE_NAME }}
8975
cd build
9076
tar -czvf ${{ env.RELEASE_NAME }}.tar.gz ${{ env.RELEASE_NAME }}
9177

.github/workflows/windows.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ jobs:
6969
- name: Generate Artifacts
7070
run: |
7171
xcopy .\RGFW .\build\${{ env.RELEASE_NAME }}\RGFW /E /I /Y
72-
xcopy .\RGFW-buffer .\build\${{ env.RELEASE_NAME }}\RGFW-buffer /E /I /Y
7372
copy /Y .\README.md .\build\${{ env.RELEASE_NAME }}\README.md
7473
cd build
7574
7z a ./${{ env.RELEASE_NAME }}.zip ./${{ env.RELEASE_NAME }}

0 commit comments

Comments
 (0)