CI, try 9
This commit is contained in:
parent
ca9f67c223
commit
97ffe45b24
@ -4,10 +4,6 @@ on:
|
|||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
|
|
||||||
env:
|
|
||||||
git: |
|
|
||||||
GIT_SSH_COMMAND="ssh -i key -o 'IdentitiesOnly yes' -o 'StrictHostKeyChecking no'" git
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Archlinux:
|
Archlinux:
|
||||||
runs-on: archlinux
|
runs-on: archlinux
|
||||||
@ -24,7 +20,7 @@ jobs:
|
|||||||
- name: Clone the AUR repository
|
- name: Clone the AUR repository
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.DEPLOY_TO_AUR_PRIVATE_KEY }}" > key
|
echo "${{ secrets.DEPLOY_TO_AUR_PRIVATE_KEY }}" > key
|
||||||
$git clone ssh://aur@aur.archlinux.org/mlc.git aur
|
GIT_SSH_COMMAND="ssh -i key -o 'IdentitiesOnly yes' -o 'StrictHostKeyChecking no'" git clone ssh://aur@aur.archlinux.org/mlc.git aur
|
||||||
chmod 777 -R aur/.SRCINFO
|
chmod 777 -R aur/.SRCINFO
|
||||||
cd aur
|
cd aur
|
||||||
git config user.name ${{ secrets.DEPLOY_TO_AUR_USER_NAME }}
|
git config user.name ${{ secrets.DEPLOY_TO_AUR_USER_NAME }}
|
||||||
@ -45,4 +41,4 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git add PKGBUILD .SRCINFO
|
git add PKGBUILD .SRCINFO
|
||||||
git commit -m "${{ gitea.event.release.body }}"
|
git commit -m "${{ gitea.event.release.body }}"
|
||||||
$git push
|
GIT_SSH_COMMAND="ssh -i ../key -o 'IdentitiesOnly yes' -o 'StrictHostKeyChecking no'" git push
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
project(
|
project(
|
||||||
mlc
|
mlc
|
||||||
VERSION 1.3.29
|
VERSION 1.3.210
|
||||||
DESCRIPTION "Media Library Compiler: rips your media library to a lossy compilation"
|
DESCRIPTION "Media Library Compiler: rips your media library to a lossy compilation"
|
||||||
LANGUAGES CXX
|
LANGUAGES CXX
|
||||||
)
|
)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Maintainer: Yury Gubich <blue@macaw.me>
|
# Maintainer: Yury Gubich <blue@macaw.me>
|
||||||
pkgname=mlc
|
pkgname=mlc
|
||||||
pkgver=1.3.29
|
pkgver=1.3.210
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Media Library Compiler: rips your media library to a lossy compilation"
|
pkgdesc="Media Library Compiler: rips your media library to a lossy compilation"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
Loading…
Reference in New Issue
Block a user