update readme to show the changes made and reduce un-needed steps used in the pipeline

This commit is contained in:
Benjamin 2025-06-14 21:39:32 -04:00
parent b4604e580d
commit 36d63d1e1d
No known key found for this signature in database
GPG Key ID: E9469FAA8B44BB16
2 changed files with 4 additions and 9 deletions

View File

@ -37,14 +37,10 @@ check:
apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev -y
fi
script:
- start_section "Install Dependencies"
- start_section "Install Dependencies & Setup Environment"
- echo "https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com" > ~/.git-credentials
- git config --global credential.helper store
- corepack enable pnpm
- pnpm install || record_failure
- end_section
- start_section "Setup environment"
- make install || record_failure
- end_section
@ -53,8 +49,7 @@ check:
- end_section
- start_section "Unit Tests"
- >
pnpm vitest --reporter=default --reporter=junit --outputFile=junit.xml --coverage || record_failure
- pnpm vitest --reporter=default --reporter=junit --outputFile=junit.xml --coverage || record_failure
- end_section
- start_section "Check linting rules"

View File

@ -15,7 +15,7 @@ We're using FontAwesome Pro, so to set up a local copy without having a FA licen
open `package.json` and replace
```
"@fortawesome/fontawesome-pro": "git+ssh://git@gitlab.com:Avris/FontAwesomePro.git",
"@fortawesome/fontawesome-pro": "https://gitlab.com/Avris/FontAwesomePro",
```
with
@ -26,7 +26,7 @@ with
or, for Git via HTTPS:
```
"@fortawesome/fontawesome-pro": "git+https://git@gitlab.com/Avris/FakeFontAwesomePro.git",
"@fortawesome/fontawesome-pro": "https://gitlab.com/Avris/FakeFontAwesomePro",
```
Do not commit that change!