Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
D3fau4 authored Jul 9, 2020
1 parent 641010b commit 6d29ece
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,17 @@ name: Build Goldleaf

on: [push]
jobs:
build:

Goldleaf:
runs-on: ubuntu-latest

container: devkitpro/devkita64_devkitarm
steps:
- uses: actions/checkout@v1
- name: Update repo.
run: |
git submodule update --init --recursive
- name: Install devkitpro
run: |
wget https://github.com/devkitPro/pacman/releases/download/devkitpro-pacman-1.0.1/devkitpro-pacman.deb
sudo dpkg -i devkitpro-pacman.deb
sudo dkp-pacman -S $(dkp-pacman -Ssq switch-*) --noconfirm
- name: Building Goldleaf
run: |
echo ##########################
echo # SETTING PATH #
echo ##########################
echo
export DEVKITPRO=/opt/devkitpro
export DEVKITARM=${DEVKITPRO}/devkitARM
export DEVKITPPC=${DEVKITPRO}/devkitPPC
export PATH=${DEVKITPRO}/tools/bin:$PATH
make -j$(nproc)
- uses: actions/upload-artifact@master
Expand Down

0 comments on commit 6d29ece

Please sign in to comment.