mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-08 13:11:54 +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:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
container: devkitpro/devkita64_devkitarm
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- 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
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- name: Build TegraExplorer
|
||||
run: |
|
||||
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)
|
||||
run: make -j$(nproc)
|
||||
|
||||
- uses: actions/upload-artifact@master
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue