forked from skylersaleh/SkyEmu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
25,484 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,24 +8,10 @@ jobs: | |
uses: actions/[email protected] | ||
- name: Configure & Build 🔧 | ||
run: | | ||
mkdir build | ||
cd build | ||
cmake .. && cmake --build . | ||
- name: Build DMG | ||
run: | | ||
cd build | ||
brew install graphicsmagick imagemagick | ||
pip install setuptools | ||
npm install --global create-dmg | ||
create-dmg --dmg-title=SkyEmu 'bin/SkyEmu.app' || true | ||
ls | ||
mv SkyEmu*.dmg "SkyEmu.dmg" | ||
- name: GH Release 🚀 | ||
# You may pin to the exact commit or the version. | ||
uses: actions/upload-artifact@v2 | ||
with: | ||
name: MacOSRelease | ||
path: build/SkyEmu.dmg | ||
cp src/httplib.h test/ | ||
cd test | ||
cmake -B build | ||
cmake --build build --config Release | ||
#uses: softprops/[email protected] | ||
#with: | ||
# # Note-worthy description of changes in release | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.