Skip to content

Commit

Permalink
Merge pull request #130 from TSRBerry/master
Browse files Browse the repository at this point in the history
Improve compilation via docker & Add dependabot
  • Loading branch information
spacemeowx2 authored Oct 24, 2022
2 parents d638aa2 + b971e6e commit 97d7afb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 18 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2

updates:
- directory: /
open-pull-requests-limit: 5
package-ecosystem: gitsubmodule
reviewers:
- spacemeowx2
commit-message:
prefix: submodule
schedule:
interval: daily
16 changes: 0 additions & 16 deletions Dockerfile

This file was deleted.

4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "2"

services:
devkit:
build: .
image: devkitpro/devkita64:latest
volumes:
- ".:/code"
command: make -j8
command: bash -c "dkp-pacman -Syu --noconfirm && cd /code && make -j8"

0 comments on commit 97d7afb

Please sign in to comment.