Update .gitlab-ci.yml, README.md files
This commit is contained in:
parent
d2f8ffe632
commit
36f55c1470
2 changed files with 6 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ stages:
|
|||
build_job:
|
||||
stage: build
|
||||
script:
|
||||
- '& git submodule update --init --recursive' #pull the settings submodule
|
||||
- '& $env:CI_PROJECT_DIR\package.ps1'
|
||||
artifacts:
|
||||
expire_in: 1 yrs
|
||||
|
|
|
|||
|
|
@ -7,5 +7,10 @@
|
|||
This is create a folder *librewolf* on current dir, with subfolder core (its content of the firefox.exe), with Firefox configured with scripts/settings of librewolf.
|
||||
From that point you can install using the setup.exe or simple execute the ***firefox.exe*** on the core folder.
|
||||
|
||||
## Cloning the repo
|
||||
```powershell
|
||||
git clone --recursive https://gitlab.com/brunoshiroma/windows.git
|
||||
```
|
||||
|
||||
### Opensource Licences/Uses
|
||||
This scripts use and embed [7zip](https://www.7-zip.org/)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue