0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 05:33:03 -05:00

when:manual was not a good idea

This commit is contained in:
Bert van der Weerd 2021-11-21 00:49:35 +01:00
parent c1ecc7dc6a
commit 886ec78116
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1
2 changed files with 1 additions and 2 deletions

View file

@ -3,7 +3,6 @@ stages:
build-job:
stage: build
when: manual
script:
- make all
artifacts:

View file

@ -1,5 +1,5 @@
## Building LibreWolf from source:
First, let's [download the latest version](https://gitlab.com/stanzabird/source/-/jobs/artifacts/main/raw/librewolf-94.0.2.source.tar.gz?job=build-job). Once downloaded, extract it.
First, let's [download the latest tarball](https://gitlab.com/stanzabird/source/-/jobs/artifacts/main/raw/librewolf-94.0.2.source.tar.gz?job=build-job). Once downloaded, extract it.
```
export version=$(cat version)
mkdir build