mirror of
https://github.com/DarkStore-3DS/bannertool.git
synced 2026-07-02 16:59:05 +00:00
DarkStore
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
name: Bannertool Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Checkout submodules
|
||||
run: git submodule update --init --recursive
|
||||
- name: make
|
||||
run: make
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: bannertool-linux-x86_64
|
||||
path: ./output/linux-x86_64/bannertool
|
||||
if-no-files-found: error
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
[submodule "buildtools"]
|
||||
path = buildtools
|
||||
url = git://github.com/Steveice10/buildtools
|
||||
url = https://github.com/DarkStore-3DS/buildtools
|
||||
shallow = true
|
||||
|
||||
+1
-1
Submodule buildtools updated: 4524b3a324...ae4c1affff
Reference in New Issue
Block a user