Using yay to install packages for test setup
This commit is contained in:
parent
ecf9ba11fd
commit
d5f07c92ad
10
.build.yml
10
.build.yml
@ -29,19 +29,13 @@ sources:
|
|||||||
shell: null
|
shell: null
|
||||||
tasks:
|
tasks:
|
||||||
- setup_pkgs: |
|
- setup_pkgs: |
|
||||||
git clone https://aur.archlinux.org/rollup.git
|
yay -S --noconfirm --noeditmenu --noupgrademenu rollup chromedriver google-chrome
|
||||||
cd rollup
|
|
||||||
makepkg --noconfirm -si
|
|
||||||
cd ..
|
|
||||||
git clone https://aur.archlinux.org/python37.git
|
git clone https://aur.archlinux.org/python37.git
|
||||||
cd python37
|
cd python37
|
||||||
# disable optimizations to speedup build process
|
# disable optimizations to speedup build process by 8 minutes
|
||||||
sed -i '/enable-optimizations/d' PKGBUILD
|
sed -i '/enable-optimizations/d' PKGBUILD
|
||||||
makepkg --noconfirm -si --skippgpcheck
|
makepkg --noconfirm -si --skippgpcheck
|
||||||
cd ..
|
cd ..
|
||||||
git clone https://aur.archlinux.org/chromedriver.git
|
|
||||||
cd chromedriver
|
|
||||||
makepkg --noconfirm -si --skippgpcheck
|
|
||||||
- setup_venv: |
|
- setup_venv: |
|
||||||
cd OOMAnalyser
|
cd OOMAnalyser
|
||||||
make venv
|
make venv
|
||||||
|
Loading…
Reference in New Issue
Block a user