mirror of
https://github.com/XorTroll/uLaunch
synced 2024-11-23 04:13:18 +00:00
Merge pull request #64 from ThatNerdyPikachu/patch-1
Various modifications to CI
This commit is contained in:
commit
7d63ccbd02
1 changed files with 3 additions and 7 deletions
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Update repo.
|
- name: Update repo
|
||||||
run: |
|
run: |
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
|
||||||
|
@ -19,17 +19,13 @@ jobs:
|
||||||
sudo dpkg -i devkitpro-pacman.deb
|
sudo dpkg -i devkitpro-pacman.deb
|
||||||
sudo dkp-pacman -S $(dkp-pacman -Ssq switch-*) --noconfirm
|
sudo dkp-pacman -S $(dkp-pacman -Ssq switch-*) --noconfirm
|
||||||
|
|
||||||
- name: Building uLaunch
|
- name: Build uLaunch
|
||||||
run: |
|
run: |
|
||||||
echo ##########################
|
|
||||||
echo # SETTING PATH #
|
|
||||||
echo ##########################
|
|
||||||
echo
|
|
||||||
export DEVKITPRO=/opt/devkitpro
|
export DEVKITPRO=/opt/devkitpro
|
||||||
export DEVKITARM=${DEVKITPRO}/devkitARM
|
export DEVKITARM=${DEVKITPRO}/devkitARM
|
||||||
export DEVKITPPC=${DEVKITPRO}/devkitPPC
|
export DEVKITPPC=${DEVKITPRO}/devkitPPC
|
||||||
export PATH=${DEVKITPRO}/tools/bin:$PATH
|
export PATH=${DEVKITPRO}/tools/bin:$PATH
|
||||||
make -j$(nproc)
|
make -j$
|
||||||
|
|
||||||
- uses: actions/upload-artifact@master
|
- uses: actions/upload-artifact@master
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue