Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
wazzuf-ripper
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Booloki
wazzuf-ripper
Commits
8ce6efd4
Commit
8ce6efd4
authored
Mar 02, 2019
by
Booloki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Debug CI check
parent
1bfc7c8f
Pipeline
#122
failed
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
.gitlab-ci.yml
.gitlab-ci.yml
+8
-8
No files found.
.gitlab-ci.yml
View file @
8ce6efd4
...
...
@@ -15,7 +15,7 @@ lint:
-
./shellcheck_all.sh
## Stage "package" for Ubuntu 18.04 LTS Bionic packaging
build:
deb-package:
deb-package
:
stage
:
build
image
:
ubuntu:bionic
tags
:
...
...
@@ -61,7 +61,7 @@ build:deb-package:
-
build/*
## Stage "package" for Arch Linux packaging
build:
archlinux-package:
archlinux-package
:
stage
:
build
image
:
archlinux/base:latest
tags
:
...
...
@@ -96,7 +96,7 @@ build:archlinux-package:
-
build/*
## Stage "check" : Install/Uninstall deb packages
check:
deb-install:
deb-install
:
stage
:
check
image
:
ubuntu:bionic
tags
:
...
...
@@ -125,7 +125,7 @@ check:deb-install:
-
build:deb-package
## Stage "test" : Install/Uninstall ArchLinux packages
check:
archlinux-install:
archlinux-install
:
stage
:
check
image
:
archlinux/base:latest
tags
:
...
...
@@ -150,11 +150,11 @@ check:archlinux-install:
# Clone and install yay (binary version)
-
sudo -u builduser bash -c 'cd ~ && git clone https://aur.archlinux.org/yay-bin.git && cd yay-bin && makepkg -si --noconfirm'
# Update env (with AUR)
-
sudo -u builduser bash -c 'yay -Syau --noconfirm --noprogressbar'
#
Debug
-
sudo -u builduser bash -c 'yay -S
s bdchapters
'
#
- sudo -u builduser bash -c 'yay -Syau --noconfirm --noprogressbar'
#
Test
-
sudo -u builduser bash -c 'yay -S
yau --noconfirm --noprogressbar && yay -U --noconfirm build/wazzuf-ripper-[0-9]?*.pkg.tar.xz
'
# Install check (cli only)
-
sudo -u builduser bash -c 'yay -U --noconfirm build/wazzuf-ripper-[0-9]?*.pkg.tar.xz'
#
- sudo -u builduser bash -c 'yay -U --noconfirm build/wazzuf-ripper-[0-9]?*.pkg.tar.xz'
# Uninstall check
-
sudo -u builduser bash -c 'yay -R --noconfirm -q wazzuf-ripper*'
dependencies
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment