Rockylinux 9 toegevoegd aan pipeline
This commit is contained in:
@@ -4,6 +4,22 @@ on:
|
||||
- push
|
||||
|
||||
jobs:
|
||||
rockylinux-9-compile:
|
||||
runs-on: rockylinyx9
|
||||
dm
|
||||
steps:
|
||||
- name: Aanpassen lokale yum repo
|
||||
run: sed -i -e 's@^mirrorlist=@#mirrorlist=@' -e 's@#baseurl=http://dl.rockylinux.org/$contentdir@baseurl=https://marceln.org/os/Linux/distr/rocky@' /etc/yum.repos.d/*repo
|
||||
- name: Install dependecies
|
||||
run: dnf install -y nodejs gcc make git-core
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Compile
|
||||
run: make
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: x86_64-fedora-38-wait
|
||||
path: wait
|
||||
Fedora-40-compile:
|
||||
runs-on: fedora-40
|
||||
steps:
|
||||
|
Reference in New Issue
Block a user