mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-22 11:56:42 +00:00
fix github workflows CI (#28)
* switch github CI to docker * empty commit to trigger CI
This commit is contained in:
parent
4b445d6c9c
commit
024ef7cd6e
1 changed files with 3 additions and 16 deletions
19
.github/workflows/builder.yml
vendored
19
.github/workflows/builder.yml
vendored
|
@ -8,27 +8,14 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container: devkitpro/devkita64_devkitarm
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v1
|
||||||
- name: Install devkitpro
|
|
||||||
run: |
|
|
||||||
wget https://github.com/devkitPro/pacman/releases/latest/download/devkitpro-pacman.amd64.deb
|
|
||||||
sudo dpkg -i devkitpro-pacman.amd64.deb
|
|
||||||
sudo dkp-pacman -S switch-dev --noconfirm
|
|
||||||
sudo dkp-pacman -S devkitARM --noconfirm
|
|
||||||
|
|
||||||
- name: Build TegraExplorer
|
- name: Build TegraExplorer
|
||||||
run: |
|
run: make -j$(nproc)
|
||||||
echo # SETTING PATH #
|
|
||||||
export DEVKITPRO=/opt/devkitpro
|
|
||||||
export DEVKITARM=${DEVKITPRO}/devkitARM
|
|
||||||
export DEVKITPPC=${DEVKITPRO}/devkitPPC
|
|
||||||
export PATH=${DEVKITPRO}/tools/bin:$PATH
|
|
||||||
echo # MAKE #
|
|
||||||
make -j$(nproc)
|
|
||||||
|
|
||||||
- uses: actions/upload-artifact@master
|
- uses: actions/upload-artifact@master
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue