Compare commits
2 Commits
split-gite
...
BL3_Sanctu
Author | SHA1 | Date | |
---|---|---|---|
ed1e5ff753 | |||
47a387e57a |
@@ -1,55 +0,0 @@
|
|||||||
name: Wallset Pipeline
|
|
||||||
|
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
paths:
|
|
||||||
- 'assets/**'
|
|
||||||
|
|
||||||
env:
|
|
||||||
ENTRY_FOLDER: assets
|
|
||||||
PACKAGE_NAME: "" # Not used while matrixing
|
|
||||||
RELEASE_VERSION: v${{ github.run_number }}
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
detect-changes:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
outputs:
|
|
||||||
changed: ${{ steps.set.outputs.changed }}
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
|
|
||||||
- name: Dump GitHub context
|
|
||||||
env:
|
|
||||||
GITHUB_CONTEXT: ${{ toJson(github) }}
|
|
||||||
run: echo "$GITHUB_CONTEXT"
|
|
||||||
|
|
||||||
- name: Detect changed packs
|
|
||||||
id: set
|
|
||||||
run: |
|
|
||||||
PACKS=$(git diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.sha }} | grep '^assets/' | cut -d '/' -f2 | sort -u | jq -R -s -c 'split("\n")[:-1]')
|
|
||||||
echo "changed=$PACKS" >> $GITHUB_OUTPUT
|
|
||||||
|
|
||||||
gen-manifest:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
needs: detect-changes
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
pack: ${{ fromJson(needs.detect-changes.outputs.changed) }}
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Setup Node.js
|
|
||||||
uses: actions/setup-node@v4
|
|
||||||
with:
|
|
||||||
node-version: '20'
|
|
||||||
|
|
||||||
- name: Node.js manifest check
|
|
||||||
run: |
|
|
||||||
cd src/
|
|
||||||
npm install
|
|
||||||
npm run start -- ${ENTRY_FOLDER} ${{ matrix.pack }}
|
|
||||||
cat ../${ENTRY_FOLDER}/${{ matrix.pack }}/theme.json
|
|
2
.gitignore
vendored
@@ -1,5 +1,3 @@
|
|||||||
# Ignore les résultats de compilations locales
|
|
||||||
**/builds/
|
|
||||||
|
|
||||||
# Ignore node_module
|
# Ignore node_module
|
||||||
**/node_modules/
|
**/node_modules/
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
include:
|
include:
|
||||||
- ./*.yml
|
- .gitlab/*.yml
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- Manifest
|
- Manifest
|
@@ -1,32 +0,0 @@
|
|||||||
manifest-job/BL3_Athenas_Tree:
|
|
||||||
variables:
|
|
||||||
PACKAGE_NAME: "BL3_Athenas_Tree"
|
|
||||||
extends: .manifest-job
|
|
||||||
|
|
||||||
test-images-job/BL3_Athenas_Tree:
|
|
||||||
needs:
|
|
||||||
- manifest-job/BL3_Athenas_Tree
|
|
||||||
variables:
|
|
||||||
PACKAGE_NAME: "BL3_Athenas_Tree"
|
|
||||||
extends: .test-job
|
|
||||||
|
|
||||||
bundle-job/BL3_Athenas_Tree:
|
|
||||||
needs:
|
|
||||||
- manifest-job/BL3_Athenas_Tree
|
|
||||||
variables:
|
|
||||||
PACKAGE_NAME: "BL3_Athenas_Tree"
|
|
||||||
extends: .bundle-job
|
|
||||||
|
|
||||||
upload-job/BL3_Athenas_Tree:
|
|
||||||
needs:
|
|
||||||
- bundle-job/BL3_Athenas_Tree
|
|
||||||
variables:
|
|
||||||
PACKAGE_NAME: "BL3_Athenas_Tree"
|
|
||||||
extends: .upload-job
|
|
||||||
|
|
||||||
release-job/BL3_Athenas_Tree:
|
|
||||||
needs:
|
|
||||||
- upload-job/BL3_Athenas_Tree
|
|
||||||
variables:
|
|
||||||
PACKAGE_NAME: "BL3_Athenas_Tree"
|
|
||||||
extends: .release-job
|
|
4
.vscode/settings.json
vendored
@@ -5,8 +5,6 @@
|
|||||||
"#9",
|
"#9",
|
||||||
"#13",
|
"#13",
|
||||||
"#14",
|
"#14",
|
||||||
"#15",
|
"#15"
|
||||||
"#2",
|
|
||||||
"#24"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
Before Width: | Height: | Size: 706 KiB |
Before Width: | Height: | Size: 688 KiB |
Before Width: | Height: | Size: 672 KiB |
Before Width: | Height: | Size: 685 KiB |
Before Width: | Height: | Size: 718 KiB |
Before Width: | Height: | Size: 698 KiB |
Before Width: | Height: | Size: 701 KiB |
Before Width: | Height: | Size: 730 KiB |
Before Width: | Height: | Size: 740 KiB |
Before Width: | Height: | Size: 724 KiB |
Before Width: | Height: | Size: 689 KiB |
Before Width: | Height: | Size: 768 KiB |
Before Width: | Height: | Size: 701 KiB |
Before Width: | Height: | Size: 702 KiB |
Before Width: | Height: | Size: 664 KiB |
Before Width: | Height: | Size: 645 KiB |
Before Width: | Height: | Size: 624 KiB |
Before Width: | Height: | Size: 676 KiB |
Before Width: | Height: | Size: 794 KiB |
Before Width: | Height: | Size: 741 KiB |
Before Width: | Height: | Size: 748 KiB |
Before Width: | Height: | Size: 741 KiB |
Before Width: | Height: | Size: 737 KiB |
Before Width: | Height: | Size: 734 KiB |
Before Width: | Height: | Size: 701 KiB |
@@ -1,38 +0,0 @@
|
|||||||
{
|
|
||||||
"displayName": "Borderlands 3: Athenas Tree",
|
|
||||||
"imageFilename": "BL3_Athenas_Tree*.jpg",
|
|
||||||
"imageCredits": "Gearbox",
|
|
||||||
"sunriseImageList": [
|
|
||||||
18,
|
|
||||||
19,
|
|
||||||
20,
|
|
||||||
21,
|
|
||||||
22,
|
|
||||||
23,
|
|
||||||
24
|
|
||||||
],
|
|
||||||
"dayImageList": [
|
|
||||||
25,
|
|
||||||
1,
|
|
||||||
2,
|
|
||||||
3,
|
|
||||||
4,
|
|
||||||
5,
|
|
||||||
6,
|
|
||||||
7
|
|
||||||
],
|
|
||||||
"sunsetImageList": [
|
|
||||||
8,
|
|
||||||
9,
|
|
||||||
10,
|
|
||||||
11,
|
|
||||||
12
|
|
||||||
],
|
|
||||||
"nightImageList": [
|
|
||||||
13,
|
|
||||||
14,
|
|
||||||
15,
|
|
||||||
16,
|
|
||||||
17
|
|
||||||
]
|
|
||||||
}
|
|
Before Width: | Height: | Size: 606 KiB |
Before Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 1.0 MiB |
Before Width: | Height: | Size: 1020 KiB |
Before Width: | Height: | Size: 998 KiB |
Before Width: | Height: | Size: 1000 KiB |
Before Width: | Height: | Size: 922 KiB |
Before Width: | Height: | Size: 871 KiB |
Before Width: | Height: | Size: 826 KiB |
Before Width: | Height: | Size: 615 KiB |
Before Width: | Height: | Size: 705 KiB |
Before Width: | Height: | Size: 629 KiB |
Before Width: | Height: | Size: 548 KiB |
Before Width: | Height: | Size: 585 KiB |
Before Width: | Height: | Size: 549 KiB |
Before Width: | Height: | Size: 587 KiB |
Before Width: | Height: | Size: 611 KiB |
Before Width: | Height: | Size: 633 KiB |
Before Width: | Height: | Size: 679 KiB |
Before Width: | Height: | Size: 646 KiB |
Before Width: | Height: | Size: 695 KiB |
Before Width: | Height: | Size: 676 KiB |
Before Width: | Height: | Size: 645 KiB |
Before Width: | Height: | Size: 568 KiB |
Before Width: | Height: | Size: 937 KiB |
Before Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 25 KiB |
@@ -3,19 +3,13 @@ const path = require("path");
|
|||||||
const iptc = require("node-iptc");
|
const iptc = require("node-iptc");
|
||||||
const { exit } = require("process");
|
const { exit } = require("process");
|
||||||
|
|
||||||
|
|
||||||
// Fetch envs to target the right folder
|
// Fetch envs to target the right folder
|
||||||
const [argRoot, argSlug] = process.argv.slice(2);
|
|
||||||
const workDir = process.env["CI_PROJECT_DIR"];
|
const workDir = process.env["CI_PROJECT_DIR"];
|
||||||
const root = argRoot || process.env["ENTRY_FOLDER"];
|
const root = process.env["ENTRY_FOLDER"];
|
||||||
const slug = argSlug || process.env["PACKAGE_NAME"];
|
const slug = process.env["PACKAGE_NAME"];
|
||||||
if (!workDir || !root || !slug ) {
|
if (!workDir || !slug || !root) exit(1);
|
||||||
console.error('Erreur : Les variables suivantes sont requises :');
|
let workingDirectory = path.join(workDir, root, slug);
|
||||||
if (!workDir) console.error('- CI_PROJECT_DIR (variable d\'environnement)');
|
|
||||||
if (!root) console.error('- ENTRY_FOLDER (env) ou premier argument');
|
|
||||||
if (!slug) console.error('- PACKAGE_NAME (env) ou second argument');
|
|
||||||
exit(1);
|
|
||||||
}
|
|
||||||
const workingDirectory = path.join(workDir, root, slug);
|
|
||||||
|
|
||||||
// extract metadata from them
|
// extract metadata from them
|
||||||
fs.readdir(workingDirectory, (err, files) => {
|
fs.readdir(workingDirectory, (err, files) => {
|
||||||
|