From 74e8c27f7002319edf53365218da87eec989cba2 Mon Sep 17 00:00:00 2001 From: Dark98 Date: Sun, 16 Oct 2022 18:57:15 +0100 Subject: [PATCH] DarkStore --- .github/workflows/build.yml | 24 ++++++++++++++++++++++++ .gitmodules | 2 +- buildtools | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..00e907a --- /dev/null +++ b/.github/workflows/build.yml @@ -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 diff --git a/.gitmodules b/.gitmodules index 0b9263f..4e626b2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "buildtools"] path = buildtools - url = git://github.com/Steveice10/buildtools + url = https://github.com/DarkStore-3DS/buildtools shallow = true diff --git a/buildtools b/buildtools index 4524b3a..ae4c1af 160000 --- a/buildtools +++ b/buildtools @@ -1 +1 @@ -Subproject commit 4524b3a324ae8e9dcaf80c4fe3694bc63628de22 +Subproject commit ae4c1affff0e15bd2ff15a6896764daca8756d40