File tree 2 files changed +24
-0
lines changed
2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ image : debian/bullseye
2
+ packages :
3
+ - npm
4
+ sources :
5
+ - https://git.sr.ht/~williewillus/patchouli
6
+ tasks :
7
+ # bullseye comes with old npm/node which doesn't have corepack yet
8
+ # install it, which will add a yarn executable into ~/node_modules/.bin/
9
+ - install_corepack : |
10
+ npm install corepack
11
+ - install_deps : |
12
+ cd patchouli/web && ~/node_modules/.bin/yarn install --frozen-lockfile
13
+ - build : |
14
+ cd patchouli/web && ~/node_modules/.bin/yarn build
Original file line number Diff line number Diff line change
1
+ image : debian/bullseye
2
+ packages :
3
+ - openjdk-17-jdk-headless
4
+ sources :
5
+ - https://git.sr.ht/~williewillus/patchouli
6
+ tasks :
7
+ - build : |
8
+ cd patchouli && ./gradlew pmdMain spotlessJavaCheck build
9
+ - test : |
10
+ cd patchouli && ./gradlew :Fabric:runGameTest
You can’t perform that action at this time.
0 commit comments