mirror of
https://github.com/izzy2lost/Ghostship.git
synced 2026-06-19 01:17:03 -07:00
Enabled linux builds as debug for now
This commit is contained in:
@@ -34,15 +34,15 @@ jobs:
|
||||
sudo make install
|
||||
- name: Build
|
||||
run: |
|
||||
cmake -H. -Bbuild-cmake -GNinja -DCMAKE_BUILD_TYPE=Release
|
||||
cmake -H. -Bbuild-cmake -GNinja -DCMAKE_BUILD_TYPE=Debug
|
||||
cmake --build build-cmake -j
|
||||
- name: Create Package
|
||||
run: |
|
||||
mkdir ghostship-release
|
||||
mv build-cmake/Ghostship ghostship-release/
|
||||
mkdir Ghostship-release
|
||||
mv build-cmake/Ghostship Ghostship-release/
|
||||
- name: Publish packaged artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ghostship-linux-x64
|
||||
path: ghostship-release
|
||||
name: Ghostship-linux-x64
|
||||
path: Ghostship-release
|
||||
retention-days: 1
|
||||
|
||||
@@ -69,7 +69,7 @@ jobs:
|
||||
- name: Upload build
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ghostship-windows
|
||||
name: Ghostship-windows
|
||||
path: ghostship-release
|
||||
|
||||
build-macos:
|
||||
@@ -98,7 +98,7 @@ jobs:
|
||||
- name: Publish packaged artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ghostship-mac
|
||||
name: Ghostship-mac
|
||||
path: |
|
||||
Ghostship.dmg
|
||||
readme.txt
|
||||
@@ -176,8 +176,8 @@ jobs:
|
||||
path: ./build-cmake
|
||||
- name: Build
|
||||
run: |
|
||||
cmake -H. -Bbuild-cmake -GNinja -DCMAKE_BUILD_TYPE=Release
|
||||
cmake --build build-cmake --config Release -j3
|
||||
cmake -H. -Bbuild-cmake -GNinja -DCMAKE_BUILD_TYPE=Debug
|
||||
cmake --build build-cmake --config Debug -j3
|
||||
(cd build-cmake && cpack -G External)
|
||||
wget -O gamecontrollerdb.txt https://github.com/mdqinc/SDL_GameControllerDB/blob/master/gamecontrollerdb.txt
|
||||
mv README.md readme.txt
|
||||
|
||||
@@ -74,8 +74,8 @@ If you want to manually compile Ghostship, please consult the [building instruct
|
||||
### Playtesting
|
||||
If you want to playtest a continuous integration build, you can find them at the links below. Keep in mind that these are for playtesting only, and you will likely encounter bugs and possibly crashes.
|
||||
|
||||
* [Windows](https://nightly.link/HarbourMasters/Ghostship/workflows/main/develop/ghostship-windows.zip)
|
||||
* [macOS](https://nightly.link/HarbourMasters/Ghostship/workflows/main/develop/ghostship-mac.zip)
|
||||
* [Windows](https://nightly.link/HarbourMasters/Ghostship/workflows/main/develop/Ghostship-windows.zip)
|
||||
* [macOS](https://nightly.link/HarbourMasters/Ghostship/workflows/main/develop/Ghostship-mac.zip)
|
||||
* [Linux](https://nightly.link/HarbourMasters/Ghostship/workflows/main/develop/Ghostship-linux.zip)
|
||||
|
||||
<a href="https://github.com/Kenix3/libultraship/">
|
||||
|
||||
Reference in New Issue
Block a user